📋 Security Tool

HTTP Security Headers Checker

Analyze HTTP security headers of any website. Check for HSTS, CSP, X-Frame-Options, X-Content-Type-Options, and other critical security headers.

âš ī¸ Due to CORS restrictions, this tool performs a simulated offline analysis. For live results, use the browser's DevTools (F12 → Network tab).

Essential HTTP Security Headers

Header Purpose Impact
Strict-Transport-Security Force HTTPS connections 🔴 Critical
Content-Security-Policy Prevent XSS and injection 🔴 Critical
X-Frame-Options Prevent clickjacking 🟡 High
X-Content-Type-Options Prevent MIME sniffing 🟡 High
Referrer-Policy Control referer information đŸŸĸ Medium
Permissions-Policy Control browser features đŸŸĸ Medium
X-XSS-Protection Legacy XSS filter đŸ”ĩ Low

FAQ

How do I add security headers to my website?

For Apache: Add Header directives to .htaccess. For Nginx: Add add_header directives to nginx.conf. For Cloudflare: Use Workers or Transform Rules. Our .htaccess Generator tool can help create the correct configuration.