Free HTTP Security Header Checker & Analyzer
HTTP security headers are a critical layer of defense that instruct browsers how to handle your website's content. Missing or misconfigured headers leave your site vulnerable to clickjacking, cross-site scripting (XSS), content injection, and data leakage attacks. Our free HTTP Security Header Checker analyzes your site's response headers against industry best practices, checks for HSTS, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and more, providing detailed grades and clear recommendations for each header.
What This Tool Checks
Comprehensive analysis powered by Vysiro's scanning engines
HSTS (Strict-Transport-Security) analysis
Content-Security-Policy (CSP) validation
X-Frame-Options clickjacking protection check
X-Content-Type-Options MIME sniffing prevention
Referrer-Policy data leakage analysis
Permissions-Policy feature restriction check
Cross-Origin header validation (CORP, COEP, COOP)
Overall security header grade with recommendations
How It Works
Get results in seconds with our automated scanning process
Enter your domain or URL in the scanner above
We send an HTTPS request and capture all response headers
Our engine analyzes each security header against best practices
We check header values, directives, and configuration strength
Missing and misconfigured headers are flagged with severity ratings
You receive a detailed report with copy-paste header configurations
Frequently Asked Questions
Everything you need to know about http security header checker
What are HTTP security headers?
HTTP security headers are response headers that web servers send to browsers, instructing them how to handle the page content securely. They protect against common web attacks like clickjacking, cross-site scripting (XSS), content injection, and data leakage without requiring changes to your application code.
What is HSTS and why is it important?
HSTS (HTTP Strict-Transport-Security) tells browsers to only connect to your site over HTTPS, preventing SSL stripping and downgrade attacks. A strong HSTS header includes max-age of at least 31536000 (1 year), includeSubDomains, and preload directives. Without HSTS, attackers on the same network can intercept unencrypted connections.
What is Content-Security-Policy (CSP)?
Content-Security-Policy is a powerful header that controls which resources the browser is allowed to load for your page. It prevents XSS attacks by specifying allowed sources for scripts, styles, images, fonts, and other resources. A well-configured CSP dramatically reduces the risk of code injection attacks.
What does X-Frame-Options do?
X-Frame-Options prevents your site from being embedded in iframes on other domains, protecting against clickjacking attacks where an attacker overlays invisible frames to trick users into clicking malicious content. Set it to DENY or SAMEORIGIN. The modern replacement is the frame-ancestors directive in CSP.
What is Referrer-Policy?
Referrer-Policy controls how much referrer information is sent when navigating away from your site. A strict policy like 'strict-origin-when-cross-origin' or 'no-referrer' prevents sensitive URL paths and query parameters from leaking to third-party sites, protecting user privacy and session tokens.
What is Permissions-Policy?
Permissions-Policy (formerly Feature-Policy) controls which browser features and APIs your site can use, such as camera, microphone, geolocation, and payment. Restricting unused features reduces the attack surface and prevents malicious scripts from accessing sensitive device capabilities.
How do I add security headers to my site?
Security headers are typically configured at the web server or CDN level. For Nginx, use add_header directives. For Apache, use Header set in .htaccess. For Cloudflare, use Transform Rules or Workers. For Vercel, add headers to vercel.json or next.config.js. Our tool provides exact configuration snippets for each platform.
Related Free Tools
Continue your domain security analysis
SSL Inspector
Analyze SSL/TLS certificates, expiration, and security configuration.
Use toolSSL Decoder
Decode and display SSL/TLS certificate details including subject, SANs, and chain info.
Use toolDNS Health
Full DNS configuration analysis and health scoring.
Use toolTrustScore
Get an instant composite trust score (0-1000) across 29 security categories.
Use toolGo Beyond Free Checks
Get continuous monitoring, automated fixes, proof packs, and API access. Protect your domains with Vysiro's agentless attack-surface monitor.