Free Security Headers Checker — Scan Website
A security headers checker performs remote HTTP requests against a target URL, inspects response headers for protective directives such as HSTS, Content-Security-Policy, X-Frame-Options, and Referrer-Policy, assigns pass or fail status per header, calculates an aggregate security score with letter grade, and surfaces actionable recommendations to improve website hardening.
Enter any public HTTPS URL into ScanSuite's security headers checker, run the scan, and receive a graded report showing which security headers are present, misconfigured, or missing—with copy-paste fix recommendations and optional JSON export for audit records.
Deploying HTTP security headers is only half the battle; teams must continuously verify that load balancers, CDNs, and deployment pipelines actually deliver those directives on every response. A remote security headers checker fetches live pages exactly as browsers do, exposing gaps between intended policy and production reality.
ScanSuite's free security headers checker analyzes public URLs for Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and legacy X-XSS-Protection. Each header receives a pass, warning, or fail status with severity weighting that rolls up into a percentage score and letter grade from A+ through F.
ScanSuite's free security headers checker remotely analyzes live websites for HSTS, CSP, X-Frame-Options, and related directives, delivering graded scores, severity-weighted findings, and copy-paste recommendations. Scan, fix with the headers generator, and export JSON audit reports.
Frequently Asked Questions
- What is a security headers checker?
- A tool that remotely fetches a URL and analyzes HTTP response headers for security best practices, scoring and recommending fixes.
- Which headers does ScanSuite check?
- HSTS, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and deprecated X-XSS-Protection.
- How is the security score calculated?
- Each header check has a severity weight; pass earns full points, warn earns half, fail earns zero, summed into a percentage grade.
- What letter grades are assigned?
- A+ at 90%+, A at 80%+, B at 70%+, C at 60%+, D at 50%+, and F below 50%.
- Can I scan any website?
- You can scan public URLs; only test domains you own or have explicit permission to assess.
- Why is missing CSP marked critical?
- Content-Security-Policy is the primary modern defense against cross-site scripting and unauthorized script execution.