HTTP Headers Checker

Analyze pasted HTTP response headers for cache, redirects, security headers and content-type issues without making server-side requests.

This tool does not fetch remote URLs. Paste headers from curl or browser DevTools, then use the generated command for repeatable checks.
Header analysis

        

How to use this tool

  1. Run curl -I https://example.com or copy response headers from browser DevTools.
  2. Paste the status line and headers into the textarea.
  3. Review security, cache, redirect and content-type warnings.
  4. Use the generated curl command as a repeatable verification step.

Common mistakes

  • Checking only the homepage and missing headers on assets, APIs or redirected URLs.
  • Adding HSTS before HTTPS is stable on every required subdomain.
  • Using conflicting cache-control headers between the origin, CDN and application.

FAQ

Does this tool fetch my URL?

No. It analyzes headers you paste locally in the browser and provides curl commands for your own terminal.

Which security headers does it check?

It checks common signals such as Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options and Referrer-Policy.

Can it prove a site is secure?

No. Header checks are only one part of a web security review.

Related tools

Related guides and fixes

Last updated: May 17, 2026