Hi,
In Firefox, we can customize the default values for HTTP headers, let's say for changing the "Accept-Encoding" header in an HTTP request (type "about:config" in browser and serach for preference "network.http.accept-encoding", you can double click this value and can customize it)
Can this be possible in Internet Explorer?
Recently we faced a problem that our web application doesn't load in IE6.
Further digging the problem revealed that "Accept-Encoding" header is missing in all HTTP requests sent from IE6. So, server is responding with 404 "Not Found" error for all javascript file requests as we maintain only gzipped versions of javascript files due to space constraints.
Please let me know if there is an option in IE to specify values for "Accept-Encoding" header so that it gets sent as part of every request?