Enter a URL to inspect its HTTP security headers and get a graded report.
How to use this tool
1Enter the URL of the website you want to check.
2Click Analyze Headers.
3The tool makes a request and displays all HTTP response headers returned by the server.
4Check for missing security headers and review the recommendations.
Frequently asked questions
What are HTTP security headers?
They are server response headers that instruct browsers to apply security policies. Examples include Strict-Transport-Security, X-Frame-Options, and Content-Security-Policy.
The method depends on your server. On Nginx, add header directives to your server block. On Apache, use Header directives in your config or .htaccess file.
Does having all headers guarantee my site is secure?
No. Headers are one layer of defense. You also need secure code, up-to-date dependencies, proper authentication, and regular security testing.