Security Header Analyzer

Check whether a site sets the headers that protect visitors, such as HSTS, Content-Security-Policy and X-Frame-Options.

Advertisement

The headers that matter

See the raw response with the HTTP header checker, or verify a site's SSL certificate.

Frequently asked questions

What is a security header?

It's an HTTP response header that tells the browser to enforce a protection, like forcing HTTPS (HSTS) or blocking the page from being framed (X-Frame-Options).

What's a good score?

More is better, but context matters. A simple static site rarely needs all six, while a site handling logins or payments should set most of them.

How do I add these headers?

They're set on your web server or hosting platform. Most frameworks and CDNs let you add response headers in a config file or dashboard.