HTTP Headers
- •
What it is
- •
named fields carrying metadata or control information about a request, response, representation, or connection
- •
- •
- •
Request examples
- •
Host— target authority in HTTP/1.1 - •
Accept— acceptable response media types - •
Accept-Language— language preferences - •
Accept-Encoding— acceptable content codings such as gzip - •
User-Agent— client identification - •
Referer— referring URL, subject to policy and omission - •
Authorization— authentication credentials - •
Cookie— stored cookie values
- •
- •
- •
Distinguish from
- •
Acceptstates client preferences;Content-Typedescribes the content actually sent
- •
- •