Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Content Encoding Error

  • 5 respostas
  • 0 tem este problema
  • 2 visualizações
  • Última resposta de 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])

Alterado por cor-el em

Todas as respostas (5)

more options

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

Alterado por cor-el em

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