Use this tag for questions regarding specifying content encoding on HTTP requests.
A concept in HTTP/1.1 content negotiation to indicate encryption or compression of an HTTP response (such as gzip support).
The following headers are typically used to determine the content encoding of a response. However, servers are free to use other aspects they choose.
Accept
Accept-Charset
Accept-Encoding
Accept-Language
User-Agent
Typical values of the Transfer-Encoding
header: gzip, compress, deflate, identity, *
- An IANA registry maintains a complete list of official content encodings. Non-standard ones can be used, but must be prefixed with the x- prefix.