Security Headers Checker
Grade HTTP security headers with a live server-side GET request
Examples
Default site with no security headers
https://example.comGrade F · missing HSTS, CSP, frame protectionMany default sites score poorly until headers are configured at the CDN or web server.
About this tool
Security Headers Checker performs one server-side GET against the URL you submit and grades HSTS, CSP, clickjacking protections, MIME sniffing controls, referrer policy, and related headers.
Each finding includes what the header does and how to fix a missing or weak value. Redirects are not followed — grade the exact URL you enter (often the apex or www canonical URL).
How to use
Enter a public HTTPS URL
Use the exact page to test, e.g. https://www.example.com/
Review findings
Expand each item for meaning, recommended fix, and MDN documentation links.
Fix critical headers first
Prioritize HSTS and CSP, then framing and nosniff.
Use cases
Pre-release audit
Verify staging matches production header policy before go-live.
CDN migration check
Confirm Cloudflare or Vercel response headers after changing SSL/HSTS settings.
Common mistakes
Mistake:Testing http:// when the site redirects to https.
Fix:Enter the final HTTPS URL you want graded — redirects are not followed.
Mistake:Expecting headers on API JSON routes only.
Fix:Security headers matter most on HTML document responses; API routes may differ.
Frequently asked questions
Related guides
References & standards
Related tools
AES Encryption
Encrypt and decrypt text with AES-GCM and a passphrase, fully in your browser. Uses PBKDF2 key derivation and the Web Crypto API — your data and keys never leave your device.
Basic Auth Generator
Generate an HTTP Basic Authentication header from a username and password. Produces the Authorization header and ready-to-use curl and fetch snippets. Runs fully client-side.
Bcrypt Generator & Verifier
Hash passwords with bcrypt and verify hashes — choose your cost factor (rounds 4–15), get a secure hash instantly, and check whether a password matches a hash. Runs entirely in your browser.
BIP39 Mnemonic Generator
Generate and validate BIP39 seed phrases locally for testing
Checksum Calculator
Compute file checksums (SHA-1, SHA-256, SHA-384, SHA-512) in your browser with the Web Crypto API
Client-Side File Encryptor
Encrypt any file with AES-256-GCM and PBKDF2 directly in your browser — no uploads, no accounts, wrong passwords fail loudly.