Fetch a live URL and grade its HTTP security headers: HSTS, CSP, X-Content-Type-Options and more.
This tool makes a live request to a URL and grades the security-relevant response headers the server sends. These headers are cheap, high-impact defences — most are a single line of server config — yet a large share of sites ship without them.
The headers that matter
Why the "live" distinction matters
A paste-the-headers checker only sees what you already have. This one fetches the URL itself, so it reflects exactly what a real browser receives — including headers added or stripped by a CDN, proxy, or framework in front of your app. That's frequently where the surprise is.
Common mistakes
includeSubDomains (or without preloading) leaving subdomains exposed.frame-ancestors.Parse a CVSS 3.1 or 4.0 vector, expand every metric in plain English, and compute the 3.1 base score.
Paste raw email headers to reconstruct the delivery hop path and read SPF, DKIM, and DMARC results.
Paste HTTP response headers and get a graded report on HSTS, CSP, X-Frame-Options, and more.
Decode a JWT and statically review its header and claims.
Break a User-Agent string into browser, version, operating system, and device — and spot bots.
Master web application security testing with this comprehensive guide. Learn testing methodologies, OWASP best practices, essential tools (Burp Suite, ZAP, Nmap), vulnerability assessment tec
35 min read
Master web application security with our comprehensive guide to the OWASP Top 10 2025. Learn about the most critical security risks, real-world examples, prevention techniques, and testing me
35 min read