Tell if IIS is being asked to serve compressed pages?

Posted by Graham on Server Fault See other posts from Server Fault or by Graham
Published on 2010-06-18T12:59:51Z Indexed on 2010/06/18 13:03 UTC
Read the original article Hit count: 213

Filed under:
|
|

Hi,

I'm trying to find out if our IIS server is being asked to serve pages compressed. I'm a noob regarding a lot of this so am working my way through the issues.

We're using IIS 6.0 and have correctly turned compression on. If I use Fiddler2 to analyse the HTTP requests via localhost, then Fiddler reports that the pages are compressed.

If we then access the server over the network, either via its external URL or via the internal server name, Fiddler reports those pages as uncompressed.

Therefore, it's logical to assume that something is getting in the way - presumably our ISA server.

Our ISA administrator states that ISA is configured to allow compressed requests but what I want to do is to look at the requests coming through to IIS to see if IIS is being asked to serve pages compressed. I'm fairly convinced that our request is going to ISA, ISA is forwarding these, but not with the "compression" details - therefore IIS is not performing any compression.

I've looked at the IIS logs but can't see anything obvious about the HTTP request. Is there any way I can check, on the web server itself, this sort of information?

One thing that is confusing, but it may be normal, is that the Client IP making the request is not the orignal PC (i.e. mine) and not the ISA firewall, but the web server itself...

Thanks

© Server Fault or respective owner

Related posts about iis6

Related posts about log-files