PDA

View Full Version : gzip and xhr



topcoder1
30 Aug 2007, 7:52 PM
suppose I enable gzip on server for everything except images as follows:
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript
will an XHR that request image data be gzipped or not? I expect that it would be treated as image and hence not gzipped.
thanks!

jheid
30 Aug 2007, 11:51 PM
Try it by yourself. Just download Charles (http:/www.xk72.com/charles/).