HTTP Headers Reference
Runs in browserBrowse HTTP request and response headers with descriptions and examples.
Browse all standard HTTP request and response headers with examples and descriptions. Filter by name or category to find the header you need fast.
HTTP Headers Reference tool
curl -I https://example.com in your terminal.Hover a row to reveal the copy button · Click ▼ to expand description
🔒 Runs in your browser · No uploads · Your data never leaves your device
How to use
Browse categories
Headers are grouped by category (Authentication, Caching, CORS, etc.) for easy navigation.
Search
Type in the search box to filter headers by name or description.
Copy a header name
Click any header name to copy it to your clipboard.
Common use cases
- Looking up CORS header syntax — Find the exact names and values for Access-Control-Allow-Origin and related headers when configuring CORS on your server.
- Reviewing caching directives — Look up Cache-Control, ETag, and Expires header semantics when optimizing CDN or browser caching.
Examples
Find CORS headers
Search for 'cors' to see Access-Control headers and their usage.
OutputAccess-Control-Allow-Origin, Access-Control-Allow-Methods, ...
Frequently asked questions
- Are custom headers included?
- This reference covers standard IANA-registered headers. Custom X- headers are not listed.
Key concepts
- Request header
- An HTTP header sent by the client to provide context about the request — such as Accept, Authorization, and Content-Type.
- Response header
- An HTTP header sent by the server to describe the response — such as Content-Type, Cache-Control, and Set-Cookie.
Related tools
You might find these useful too.
More network tools
- HTTP Headers Parser
Parse raw HTTP headers into a key/value table.
Open - HTTP Request Builder
Build HTTP requests visually and copy as cURL or fetch().
Open - HTTP Status Codes Reference
Complete HTTP status codes reference. Search 1xx–5xx codes with descriptions.
Open - CORS Tester
Test CORS configuration for any API endpoint — preflight, headers, pass/fail.
Open