Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle content-encoding like gzip? #231

Open
petriusus opened this issue Nov 19, 2019 · 0 comments
Open

How to handle content-encoding like gzip? #231

petriusus opened this issue Nov 19, 2019 · 0 comments

Comments

@petriusus
Copy link

petriusus commented Nov 19, 2019

I cannot get an internal site to work (Rocket Chat in this case) behind Redbird because of compression (gzip). Error in Chrome: "net::ERR_CONTENT_DECODING_FAILED 200"

It seems like redbird maybe decompress the content before sending it to the browser but keeps the content-encoding header. It does work with Chrome if I’m sending the request with an empty "Accept-Encoding" header.

I had the same issue in the passed but got it to work by disabling the compression on the internal site. I am not able to disable compression this time.

Any solutions for this?

Edit:
This only happens with HTTPS.

@petriusus petriusus changed the title How to handle content-encoding How to handle content-encoding like gzip? Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant