HTTP Header Checker
Look up any HTTP response header, understand what it does, see recommended values, and generate a ready-to-run curl command.
| Header | Category | Summary | Risk |
|---|
No headers match your search. Try a different term or clear the filter.
What it does
Recommended value
Common mistake
curl Command Generator
Enter a URL to generate a curl command that prints only the response headers. Run it in your terminal.
Generated command
Please enter a valid URL starting with http:// or https://.
Summary
Look up any HTTP response header, understand what it does, see recommended values, and generate a ready-to-run curl command.
How it works
- Browse or search the header table to find the header you need.
- Filter by category (Security, Caching, Content, CORS, Transport) to narrow results.
- Click any row to expand a full explanation with recommended values.
- Enter a URL in the curl generator and copy the ready-to-run command.
- Paste the curl output into the header lookup to decode unfamiliar values.
Use cases
- Audit a website for missing security headers before launch.
- Generate a curl command to inspect live headers without leaving the browser.
- Look up an unfamiliar header returned by a third-party API.
- Learn which headers to add to an Nginx or Apache config.
- Verify that HSTS, CSP, and X-Frame-Options are set correctly.
- Check whether a CDN is stripping or modifying cache headers.
- Prepare for a security review or penetration test.
- Train junior developers on HTTP fundamentals.
Frequently Asked Questions
Last updated: 2026-06-11 ·
Reviewed by Nham Vu