HTTP Header Viewer

Inspect and decode HTTP request and response headers

httpheadersinspectrequest

Your Browser Info

Loading browser information…

Common HTTP Request Headers

Quick reference for frequently used HTTP request headers.

HeaderDescription
AcceptMedia types the client can handle.
Accept-EncodingCompression algorithms the client supports.
Accept-LanguagePreferred natural languages for the response.
AuthorizationCredentials to authenticate the client with the server.
Cache-ControlDirectives for caching mechanisms in requests.
ConnectionWhether the network connection stays open.
Content-TypeMedia type of the request body.
CookieStored HTTP cookies previously sent by the server.
HostDomain name and port of the target server.
If-None-MatchMakes the request conditional on the ETag not matching.
If-Modified-SinceMakes the request conditional on the resource being modified.
OriginOrigin of the cross-site access request.
RefererAddress of the previous page that linked to the current page.
User-AgentApplication, OS, vendor, and version of the requesting client.
X-Forwarded-ForIdentifies the originating IP address through proxies.
X-Request-IDUnique identifier for tracing a request through systems.