HTTP Header Checker — Inspect HTTP Response Headers Online

Check HTTP headers for any URL and inspect response details including status code, security headers, cache headers, and redirects. Free tool, no signup required.

Notes

  • Auto mode tries HEAD first for speed, then falls back to GET if the server rejects HEAD.
  • Some servers block HEAD requests or return different headers per method or User-Agent.
  • Security grade is presence-based only — always review the actual header values for strictness.
  • Checks run server-side — results reflect what the server sends, not what your browser receives.

Security header reference

strict-transport-securityForces HTTPS connections (HSTS)
content-security-policyControls allowed content sources (CSP)
x-content-type-optionsPrevents MIME-type sniffing
x-frame-optionsControls iframe embedding
referrer-policyControls referrer information in requests
permissions-policyControls browser feature access
cross-origin-opener-policyIsolates browsing context from other origins

Related tools