
03-08-2010
|
|
|
|
Re: My IE8 does not support GZIP encoding?
Martin Kultermann <MartinKultermann@discussions.microsoft.com> wrote:
>
> Hello, I am testing a web app with GZIP compression and my version of IE
> 8.0.6001.18702 does not return an "ACCEPT-ENCODING GZIP, DEFLATE" header and
> when I tested my browser on web sites that check GZIP support, they answer
> no. This used to work with earlier versions in 6.5 or 7.
>
> As far as I understand, this support is supposedly automatic and I can find
> no add-ons or installers to add this support.
>
> Any ideas on what I am missing would be appreciated.
You probably have some antivirus program that wants to study all traffic
and wants to avoid the complication of compression. This antivirus
removes the Accept_encoding header from your request, so the remote never
sends compressed data.
|