Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Static content not gzipped to IE9 from IIS7

I've enabled gzip compression in IIS using the config settings specified in this answer.

When I request a text file using Firefox, I can see in Firebug that the response is gzipped:

Firebug gzip request/response headers

But when I request the same text file using IE9, the dev tools show it is not gzipped:

IE Dev tools gzip request headersIE Dev tools gzip response headers

Why is IIS not sending the txt file compressed? Am I missing some IIS setting? Is my browser misconfigured?

like image 740
gilly3 Avatar asked Jan 04 '12 03:01

gilly3


1 Answers

I'd compare both requests using Fiddler since IE dev tools doesn't seem to be showing all response headers

like image 127
Claudio Redi Avatar answered Sep 19 '22 13:09

Claudio Redi