Security & Auth Processed locally

HTTP Security Headers Analyzer

Paste HTTP response headers to grade HSTS, CSP, and the rest — locally, nothing uploaded.

Auto-runs as you type. Ctrl+Enter to re-run.

How to use the HTTP Security Headers Analyzer

Paste your HTTP response headers — from curl -I, browser DevTools, a proxy capture, or an API client — and get a graded local audit covering CSP, HSTS, CORS, cookie flags, caching, information leakage, framing, and privacy headers. Includes copy-ready snippets for NGINX, Apache, Express, Spring, ASP.NET, Netlify, and Vercel. Recommendations adapt to whether the response is an HTML page or a JSON API. Everything runs in your browser; headers are never uploaded.

How to use it

  1. Capture response headers with curl -I https://your-site.example, browser DevTools (Network → Headers → Response), or an API client.
  2. Paste the headers into the analyzer.
  3. Pick the response context: HTML page, JSON API, static asset, etc.
  4. Review the grade, missing headers, weak values, and copy the platform-specific fix snippet.
  5. Roll out CSP changes in Content-Security-Policy-Report-Only mode first.

When to use it

What it checks

Tips & pitfalls

FAQ

Runs locally in your browser. No uploads. The tool never fetches a URL — it analyzes pasted headers only.

Related guides