Security Header Checker
Validate HTTPS, HSTS, CSP, and anti-clickjacking headers before you ship. Share copy-ready values with ops, security, or compliance.
What are security headers?
Security headers such as Strict-Transport-Security, Content-Security-Policy, and X-Frame-Options act as guardrails for every HTTP response. They enforce HTTPS, block clickjacking, and prevent MIME sniffing so attackers can’t downgrade or hijack your sessions.
Why scan them before launch?
Header policies silently break whenever you change CDNs, reverse proxies, or frameworks. This tool fetches your site exactly like a browser would, catches missing directives, and gives you copy-ready values to paste into infra tickets.
Critical defenses
- HTTPS + HSTS — Force TLS and pin the browser to https:// for all future visits.
- Content-Security-Policy — Lock down scripts, styles, and frames to trusted origins.
- X-Frame-Options — Stop clickjacking with DENY or SAMEORIGIN fallback.
Hygiene extras
- X-Content-Type-Options — Set nosniff so browsers don’t guess MIME types.
- Referrer-Policy — Keep sensitive query params out of downstream redirects.
- Permissions-Policy — Control access to camera, microphone, and other APIs.
Check everything at onceand much more
Launch a free analysis in under 30 seconds. Get performance, SEO, and trust scores with actionable fixes—all in one dashboard.
Everything you need tosecure headers
Get answers to the most common questions about HTTPS enforcement, HSTS, CSP, and anti-clickjacking policies.