If browser sends "Accept-Encoding: gzip, deflate" it never gets the complete response.
This causes many broken pages because of JavaScript errors.
The only way to solve this (as far as I found it) is to strip the "Accept-Encoding" header from the request but there should be a better solution.
If browser sends "Accept-Encoding: gzip, deflate" it never gets the complete response. This causes many broken pages because of JavaScript errors. The only way to solve this (as far as I found it) is to strip the "Accept-Encoding" header from the request but there should be a better solution.