I try to download file from management website of switch device. The file size is 11.66K.
The webserver is GoAhead, OS is windows7 and explorer version is 10 (it also happens with explorer 11). The server is using Transfer-Encoding: chunked.
After I download the file, I get pop-up message from the browser “Do you want to open or save running-config.txt from 1.1.1.11?”
If I press the save/open button I get message “running-config .txt couldn’t be downloaded”. If I press the retry button the file is downloaded successfully.
When I used meddler to debug the problem, it didn’t occur and the file was downloaded successfully.
I took capture of successful download (with meddler debugger) and another capture of download that raised “couldn’t be downloaded” message, but I didn’t see any difference between the requests and the responses. I also made sure the last chunk “0” was not missing in the response and it wasn’t.
Please note, I also tried many suggestions given to other users that reported similar problem – restart explorer, remove add-ons, etc – nothing worked!
Please help.