New
HTTP Headers Reference
Runs in browserBrowse 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
Check live headers
Enter a URL to see its actual response headers
Hover a row to reveal the copy button Β· Click βΌ to expand description
Authentication3
Authorization
Bearer eyJhbGciOiJIUzI1NiJ9...Cookie
sessionId=abc123; theme=darkProxy-Authorization
Basic dXNlcjpwYXNzContent5
Accept
application/json, text/html;q=0.9Accept-Encoding
gzip, deflate, brAccept-Language
en-US,en;q=0.9,fr;q=0.8Content-Length
348Content-Type
application/json; charset=utf-8Caching3
Cache-Control
no-cacheIf-Modified-Since
Wed, 21 Oct 2025 07:28:00 GMTIf-None-Match
"abc123"Connection4
Connection
keep-aliveHost
api.example.com:8080Keep-Alive
timeout=5, max=1000Upgrade
websocketContext3
Origin
https://example.comReferer
https://example.com/pageUser-Agent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)Custom2
X-Forwarded-For
203.0.113.195, 70.41.3.18X-Requested-With
XMLHttpRequestHow 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.
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.
Related tools
You might find these useful too.