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

curl Command Generator

Enter a URL to generate a curl command that prints only the response headers. Run it in your terminal.

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

  1. Browse or search the header table to find the header you need.
  2. Filter by category (Security, Caching, Content, CORS, Transport) to narrow results.
  3. Click any row to expand a full explanation with recommended values.
  4. Enter a URL in the curl generator and copy the ready-to-run command.
  5. 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