在Chrome 12.0.742.112中,如果我使用以下标头重定向:
HTTP/1.1 302 Found
Location: http://0.0.0.0:3000/files/download.zip
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-Ua-Compatible: IE=Edge
X-Runtime: 0.157964
Content-Length: 0
Server: WEBrick/1.3.1 (Ruby/1.9.2/2011-02-18)
Date: Tue, 05 Jul 2011 18:42:25 GMT
Connection: Keep-Alive
如果遵循,则返回以下标头:
HTTP/1.1 200 OK
Last-Modified: Tue, 05 Jul 2011 18:18:30 GMT
Content-Type: application/zip
Content-Length: 150014
Server: WEBrick/1.3.1 (Ruby/1.9.2/2011-02-18)
Date: Tue, 05 Jul 2011 18:44:47 GMT
Connection: Keep-Alive
Chrome不会重定向,也不会更改上一页,它只会在控制台中报告以下警告:
资源被解释为文档,但以MIME类型application / zip传输。
如果我打开新标签页并直接转到,则该过程在Firefox中可以正常运行,在Chrome中也可以正常运行http://0.0.0.0:3000/files/download.zip
。我是在做错什么,还是Chrome的错误/怪癖?