An HTTP header analyzer that hands you the fix
Most HTTP header analyzers stop at a grade. You learn your site is missing a Content-Security-Policy or an HSTS header, and then you’re on your own to figure out what to write and where to put it. This tool closes that gap: for every missing or weak header it gives you the precise attack the weakness enables — XSS, clickjacking, SSL-stripping, session theft — and a copy-paste fix for your exact web server, whether that’s Nginx, Apache, Caddy, a Cloudflare Worker or Express. Run a scan, read the report, paste the config, ship.
Enter any URL — homepage, login page or API endpoint — and it fetches the live response headers, traces the redirect chain so you can confirm HTTP upgrades cleanly to HTTPS, and grades the result A+ to F with a transparent 0–100 score. Then it tells you which security headers are present, which are missing, and which are technically set but too weak to help.
A real Content-Security-Policy linter
A CSP header isn’t protection on its own — a policy riddled with unsafe-inline, unsafe-eval or wildcard sources blocks almost nothing. So instead of just checking that the header exists, this analyzer parses your Content-Security-Policy directive by directive: it flags unsafe-inline and unsafe-eval, wildcard and bare-scheme script sources, data: URIs, a missing object-src or base-uri, and the absence of frame-ancestors. It also detects when your policy is still in Report-Only mode — monitored but not actually enforced.
Cookies, cross-origin isolation and information leaks
Beyond the headline headers, it audits every Set-Cookie for the Secure,
HttpOnly and SameSite flags and the __Host-/__Secure-
prefixes, checks the cross-origin isolation headers (COOP, COEP, CORP) and common
CORS misconfigurations, and flags information-disclosure headers like Server
and X-Powered-By that hand attackers your software versions on a plate.
A privacy-first securityheaders.com & Observatory alternative
If you’ve used securityheaders.com or Mozilla Observatory, this covers the same core job and goes further on the two things that actually save you time: actionable fixes tailored to your server, and privacy. It runs on Cloudflare’s edge for fast results, and it doesn’t store, log, or publish the URLs you check — there’s no public archive of your scans. It’s built and maintained by a professional penetration-testing team, for developers, sysadmins and security engineers who want the answer and the fix in one place.