Analyze HTTP security headers for any URL — check CSP, HSTS, X-Frame-Options and more
Yes, PivaBox Security Headers Analyzer is completely free to use. All analysis runs in your browser via fetch().
Many websites block cross-origin requests for security reasons. The tool makes a client-side fetch() request, which requires the target site to allow CORS or the request to be same-origin. Try with your own website or a site you know allows CORS.
The tool checks 7 critical headers: <strong>CSP</strong> prevents XSS by controlling resource loading, <strong>X-Frame-Options</strong> prevents clickjacking, <strong>X-Content-Type-Options</strong> prevents MIME sniffing, <strong>HSTS</strong> enforces HTTPS, <strong>Referrer-Policy</strong> controls referrer leakage, <strong>Permissions-Policy</strong> restricts browser APIs, and <strong>X-XSS-Protection</strong> is a legacy XSS filter.