본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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."