Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
HTTP URL 向 HTTPS URL 发出301 Moved Permanently,然后提供损坏的 gzip 压缩文档,请检查您的服务器设置。
301 Moved Permanently
(Fiddler;HTTP 错误:分块实体主体已损坏。无法在预期位置找到分块长度。偏移量:1405)
HTTP 错误:分块实体主体已损坏。无法在预期位置找到分块长度。偏移量:1405
Chrome 错误; 错误 321 (net::ERR_INVALID_CHUNKED_ENCODING):未知错误。
错误 321 (net::ERR_INVALID_CHUNKED_ENCODING):未知错误。
如果我在浏览器中禁用 gzip,deflate,它就可以正常工作。
The HTTP url issues a 301 Moved Permanently to the HTTPS url that then serves up a corrupt gzipped document, check your server settings.
(Fiddler; HTTP Error: The chunked entity body is corrupt. Cannot find Chunk-Length in expected location. Offset: 1405)
HTTP Error: The chunked entity body is corrupt. Cannot find Chunk-Length in expected location. Offset: 1405
Chrome Error; Error 321 (net::ERR_INVALID_CHUNKED_ENCODING): Unknown error.
Error 321 (net::ERR_INVALID_CHUNKED_ENCODING): Unknown error.
It works ok if I disable gzip,deflate in my browser.
右键单击->选择“检查元素”进行调试
right click -> choose "Inspect Element" to debug
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
HTTP URL 向 HTTPS URL 发出
301 Moved Permanently
,然后提供损坏的 gzip 压缩文档,请检查您的服务器设置。(Fiddler;
HTTP 错误:分块实体主体已损坏。无法在预期位置找到分块长度。偏移量:1405
)Chrome 错误;
错误 321 (net::ERR_INVALID_CHUNKED_ENCODING):未知错误。
如果我在浏览器中禁用 gzip,deflate,它就可以正常工作。
The HTTP url issues a
301 Moved Permanently
to the HTTPS url that then serves up a corrupt gzipped document, check your server settings.(Fiddler;
HTTP Error: The chunked entity body is corrupt. Cannot find Chunk-Length in expected location. Offset: 1405
)Chrome Error;
Error 321 (net::ERR_INVALID_CHUNKED_ENCODING): Unknown error.
It works ok if I disable gzip,deflate in my browser.
右键单击->选择“检查元素”进行调试
right click -> choose "Inspect Element" to debug