Hello,
We are using SharpReverseProxy in front of a ASP.NET site that has static content compression enabled. On occasion, we get the following error with our javascript files being served:
Error 330 (net::ERR_CONTENT_DECODING_FAILED)
From the research i've done, it appears that it could be the case that SharpReverseProxy is not handling the compressed content from the ASP.NET site properly. Is this the "AutomaticDecompression" setting that I need to use?