You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
petriusus
changed the title
How to handle content-encoding
How to handle content-encoding like gzip?
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.
The text was updated successfully, but these errors were encountered: