HTTPS compression
am 27.08.2007 13:47:07 von DFSI got Gzip compression to work on HTTP, but should it also work on HTTPS?
and if so how do you get it to work? Thanks!
I got Gzip compression to work on HTTP, but should it also work on HTTPS?
and if so how do you get it to work? Thanks!
multiple tools... I have done everything from using FireFox's developer
toolbar to read the content headers looking for gzip compression to fiddler
to read the headers to looking at ISA Server's traffic monitor and looking
at the filter data and seeing it it shows compression or not
"David Wang"
news:1188292218.718601.194240@x40g2000prg.googlegroups.com.. .
> On Aug 27, 4:47 am, "Smokey Grindel"
>> I got Gzip compression to work on HTTP, but should it also work on HTTPS?
>> and if so how do you get it to work? Thanks!
>
>
> How are you determining that GZip compression is not working on HTTPS?
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
What IIS version?
Are you saying that you observed:
1. The request over HTTPS has the "Accept-Encoding: gzip" header
2. The file extension of the requested URL is configured for either
static or dynamic compression
3. The response does NOT have the "Content-Encoding: gzip" header
#1 and #3 are observed at the Server, not client, and #2 is proven
server-side configuration.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Aug 28, 10:07 am, "Smokey Grindel"
> multiple tools... I have done everything from using FireFox's developer
> toolbar to read the content headers looking for gzip compression to fiddler
> to read the headers to looking at ISA Server's traffic monitor and looking
> at the filter data and seeing it it shows compression or not
>
> "David Wang"
>
> news:1188292218.718601.194240@x40g2000prg.googlegroups.com.. .
>
>
>
> > On Aug 27, 4:47 am, "Smokey Grindel"
> >> I got Gzip compression to work on HTTP, but should it also work on HTTPS?
> >> and if so how do you get it to work? Thanks!
>
> > How are you determining that GZip compression is not working on HTTPS?
>
> > //David
> >http://w3-4u.blogspot.com
> >http://blogs.msdn.com/David.Wang
> > //- Hide quoted text -
>
> - Show quoted text -