env.dev

HTTP Header Analyzer

Analyze HTTP response headers for security issues. Checks HSTS, CSP, X-Frame-Options, and more.

Last updated:

Paste HTTP Response Headers

How to Use HTTP Header Analyzer

  1. 1Paste HTTP response headers into the textarea (one header per line in "Name: Value" format).
  2. 2View the parsed headers in a structured table.
  3. 3Check the Security Audit section for missing or weak security headers.
  4. 4Review the color-coded results: green (present), red (missing), yellow (weak).

Frequently Asked Questions

What security headers does it check?

Strict-Transport-Security (HSTS), Content-Security-Policy (CSP), X-Content-Type-Options, X-Frame-Options, Referrer-Policy, and Permissions-Policy. Each is evaluated with specific recommendations.

How do I get my response headers?

Open your browser DevTools (F12), go to the Network tab, click a request, and look at the Response Headers section. Copy and paste them into this tool. You can also use "curl -I https://example.com" from the command line.

Is my data sent to a server?

No. All header parsing and analysis happens entirely in your browser. Your headers never leave your device.