HTTP Header Analysis
Analyze HTTP response headers, check security headers (HSTS, CSP, X-Frame-Options), and trace redirect chains.
Security Headers We Check
Important HTTP headers that protect your website and users
HSTS
Forces browsers to use HTTPS, preventing downgrade attacks.
Content-Security-Policy
Prevents XSS attacks by controlling resource loading.
X-Frame-Options
Prevents clickjacking by blocking iframe embedding.
X-Content-Type-Options
Prevents MIME type sniffing vulnerabilities.
X-XSS-Protection
Browser's built-in XSS filter (legacy but still useful).
Referrer-Policy
Controls how much referrer info is passed to other sites.