IIS6 compressing static files, but not JSON requests
- by user500038
I have IIS6 compression setup, and static content is being compressed correctly as per Coding Horror. Example of a static file:
Response Headers
Content-Length 55513
Content-Type application/x-javascript
Content-Encoding gzip
Last-Modified Mon, 20 Dec 2010 15:31:58 GMT
Accept-Ranges bytes
Vary Accept-Encoding
Server…