HTTPS compression

HTTPS compression

am 27.08.2007 13:47:07 von DFS

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!

Re: HTTPS compression

am 28.08.2007 19:07:02 von DFS

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" wrote in message
news:1188292218.718601.194240@x40g2000prg.googlegroups.com.. .
> On Aug 27, 4:47 am, "Smokey Grindel" wrote:
>> 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
> //
>

Re: HTTPS compression

am 29.08.2007 00:02:27 von 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" wrote:
> 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" wrote in message
>
> news:1188292218.718601.194240@x40g2000prg.googlegroups.com.. .
>
>
>
> > On Aug 27, 4:47 am, "Smokey Grindel" wrote:
> >> 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 -