Resource interpreted as Document but transferred with MIME type application/zip

后端 未结 18 2335
不思量自难忘°
不思量自难忘° 2020-11-27 10:54

With Chrome 12.0.742.112, if I redirect with the following headers:

HTTP/1.1 302 Found 
Location: http://0.0.0.0:3000/files/download.zip
Content-Type: text/h         


        
18条回答
  •  -上瘾入骨i
    2020-11-27 11:15

    I had this issue in an ASP web site project. Adding a "Content-Length" header caused downloads to start working again in Chrome.

提交回复
热议问题