My IE8 does not support GZIP encoding?

  • Follow


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.

TIA, Cheers

0
Reply Utf 3/8/2010 8:04:01 PM

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.
0
Reply Rob 3/8/2010 8:29:21 PM


Hi Rob, thanks for your reply.

I disabled all functions in AVG 9.0 and still have the same problem. 
According to http://browserspy.dk my GZIP support is as follows:

Browser says that it has GZip support? No or not detected! 
Browser supports GZipped JavaScript? Yes  
Browser supports GZipped CSS? Yes 

Martin

"Rob" wrote:

> 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.
> .
> 
0
Reply Utf 3/9/2010 12:07:24 AM

Martin Kultermann <MartinKultermann@discussions.microsoft.com> wrote:
> Hi Rob, thanks for your reply.
>
> I disabled all functions in AVG 9.0 and still have the same problem. 
> According to http://browserspy.dk my GZIP support is as follows:
>
> Browser says that it has GZip support? No or not detected! 
> Browser supports GZipped JavaScript? Yes  
> Browser supports GZipped CSS? Yes 

Check if there is no proxy configured in your browser.

IE8 supports gzip and deflate, I checked it on my system.
But it is common for antivirus software to remove this capability.
Maybe you need to completely uninstall it or manually remove the
proxy setting in the browser.

Test Result 
Browser says that it has GZip support? Yes via gzip 
Browser supports GZipped JavaScript? Yes  
Browser supports GZipped CSS? Yes 

At least it is not a fault of IE8...
0
Reply Rob 3/9/2010 8:58:32 AM

3 Replies
1514 Views

(page loaded in 0.643 seconds)

Similiar Articles:
















7/28/2012 9:55:46 AM


Reply: