Analyze HTTP response headers for security vulnerabilities. Get an A–F security grade, detect the technology stack, audit HTTPS enforcement, and compare two URLs side by side.
HTTP response headers are instructions your web server sends to the browser. Security headers prevent a broad range of attacks — from cross-site scripting (XSS) and clickjacking to MIME sniffing and protocol downgrade attacks. Sites that score an "F" are missing critical protections that can be added with a single line of server config.
HSTS (HTTP Strict Transport Security) prevents SSL stripping attacks by telling browsers to always use HTTPS. A max-age of at least 1 year (31536000 seconds) is recommended. CSP is the most powerful header — it can completely prevent XSS if configured correctly.
HTTP Header Analyzer audits the security headers returned by any web server and produces a graded report (A+ to F) with specific configuration recommendations for each header. Security headers are the web's defense layer against a class of attacks that plague modern applications: cross-site scripting (XSS), clickjacking, protocol downgrade attacks, MIME type confusion, and information disclosure.
A missing Content-Security-Policy header leaves a site vulnerable to XSS attacks that could steal session cookies and impersonate users. A missing X-Frame-Options header enables clickjacking — embedding a site in an invisible iframe to trick users into clicking malicious elements. A missing HSTS header allows network-level attackers to downgrade HTTPS connections to plain HTTP. The tool explains each risk in actionable terms.
The remediation panel provides copy-paste ready header configurations tailored to the site's existing setup. For each missing or misconfigured header, you get the exact header name, recommended value, and an explanation of why that value is appropriate — ready to drop into your Nginx, Apache, or application framework configuration.