I am using Firefox and when I set the Accept-Encoding to "deflate,gzip" I get "Content-Encoding: gzip" in the response header. When I use Accempt-Encoding as either deflate or gzip the "Content-Encoding" is removed from the header.

Can anyone please explain me why ? Is there any apache configuration I need to consider ?

link|improve this question

47% accept rate
feedback

1 Answer

Refer to the RFC it offers details about which values can be used in Accept-Encoding and how a server tests whether a content-coding is acceptable, according to an Accept-Encoding field, using these rules,

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.