HTTP Headers Explainer

Look up common HTTP headers and explain pasted raw headers.

Works Offline
Privacy First
No Login
No API

Search reference

HeaderCategoryDescription
AcceptRequestMedia types the client can process, e.g. application/json.
Accept-EncodingRequestCompression algorithms the client supports, e.g. gzip, br.
Accept-LanguageRequestPreferred natural languages for the response.
AuthorizationRequestCredentials for authenticating the request, e.g. Bearer token.
Cache-ControlGeneralDirectives for caching behavior in both requests and responses.
Content-EncodingResponseCompression applied to the response body.
Content-LengthGeneralSize of the message body in bytes.
Content-Security-PolicySecurityRestricts sources for scripts, styles, images, etc. to prevent XSS.
Content-TypeGeneralMIME type of the body, e.g. application/json; charset=utf-8.
CookieRequestStored cookies sent back to the server.
CORS (Access-Control-Allow-Origin)SecuritySpecifies which origins may access the resource cross-origin.
ETagResponseOpaque identifier for a specific version of a resource, used for caching.
HostRequestDomain name and port of the server being requested.
If-Modified-SinceRequestConditional request — only return the resource if changed since this date.
If-None-MatchRequestConditional request using ETag to avoid re-downloading unchanged resources.
LocationResponseURL to redirect to, used with 3xx status codes.
OriginRequestThe origin (scheme + host + port) that initiated the request.
RefererRequestThe URL of the page that linked to the resource being requested.
Set-CookieResponseInstructs the client to store a cookie.
Strict-Transport-SecuritySecurityForces browsers to use HTTPS for future requests (HSTS).
User-AgentRequestIdentifies the client application, OS, and device.
VaryResponseLists request headers used to select the response, for caching purposes.
WWW-AuthenticateResponseIndicates the auth scheme required to access the resource.
X-Content-Type-OptionsSecuritySet to nosniff to prevent MIME-type sniffing.
X-Frame-OptionsSecurityControls whether the page can be embedded in an iframe, to prevent clickjacking.
X-Forwarded-ForRequestIdentifies the originating IP address of a client through a proxy.

Paste raw headers to explain

Content-Type: application/json

MIME type of the body, e.g. application/json; charset=utf-8.

Cache-Control: no-cache

Directives for caching behavior in both requests and responses.

X-Frame-Options: DENY

Controls whether the page can be embedded in an iframe, to prevent clickjacking.

About the HTTP Headers Explainer

Search a reference of common HTTP request, response, and security headers, or paste raw headers to get each one explained inline — all offline, no network calls.

Examples

Explain header

Cache-Control: no-cache

Output

Directives for caching behavior.

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-07 · Runs entirely in your browser