为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Content Encoding Error

  • 5 个回答
  • 0 人有此问题
  • 2 次查看
  • 最后回复者为 tgavaras

more options

When people come to my website using Firefox, they get the following error page: "Content Encoding Error." This error does not appear using any other browsers (Chrome, Edge, Safari) using a PC or Mac. The website is: https://radiotapes.com/

Please advise what I need to do. Thank you! Tom Gavaras ([email-removed])

When people come to my website using Firefox, they get the following error page: "Content Encoding Error." This error does not appear using any other browsers (Chrome, Edge, Safari) using a PC or Mac. The website is: https://radiotapes.com/ Please advise what I need to do. Thank you! Tom Gavaras ([email-removed])

由cor-el于修改

所有回复 (5)

more options

Looks like a problem with Brotli encoding since it works if I remove 'br' from the accept-encoding header.

由cor-el于修改

more options

Thank you for your reply -- I really appreciate it. I am still having a problem figuring out what I need to change. Your image seems to indicate that line 200 may be the issue, but it does not match when I look at the home page in Dreamweaver. I can't find "br" in the header. Tom

more options

By default Firefox sends this accept-content header to the server "gzip, deflate, br". The 'br' at the end of this header indicates that Firefox supports Brotli (br) encoding, but in your case it looks that the server doesn't support this encoding properly and that Firefox fails to process the response. You can see a big difference in the content-length in both screenshots I posted above:

  • Brotli enabled: content-length: 28207
  • Brotli disabled: content-length: 162701

Maybe contact your hosting company to look into this issue and possibly disable support for Brotli.

more options

The hosting company (GoDaddy) is of no help. I'm still unsure how to correct this problem. I can not find any reference to Brotli. This is very frustrating as to why Firefox is the only browser experiencing this issue.

more options

Please explaine "remove 'br' from the accept-encoding header."