Security Headers Checker
Check if Key Security Headers Are Configured
Need to use Security Headers Checker right now?
Security headers like HSTS, Content-Security-Policy, and X-Frame-Options are easy to forget and only visible by actually inspecting the raw response — this surfaces the full header list to check against.
Features
- Privacy-first processing with automatic deletion
- Real-time, instant results
- 100% free, no sign-up required
- Works on desktop, tablet, and mobile
- No installation needed
Who uses this tool?
About Security Headers Checker
Every time a browser requests a web page, the server responds with a set of HTTP headers alongside the actual content — metadata describing the response's content type, caching rules, security policies, server software, and more. These headers are invisible in normal browsing but drive a lot of important behavior behind the scenes.
This tool fetches a URL server-side and shows the complete set of response headers exactly as the server sent them — things like `content-type`, `cache-control`, `server`, `strict-transport-security`, `content-security-policy`, `set-cookie` (if any), and redirect information if the URL forwards elsewhere.
Reading response headers is one of the fastest ways to check whether important security headers are actually configured (HSTS, CSP, X-Frame-Options), diagnose unexpected caching behavior, confirm what server software or CDN is handling requests, and see the full redirect chain when a URL doesn't resolve where you expect.
This is useful for web development and debugging, auditing a site's security header configuration, checking whether caching headers are set the way you intended, verifying CDN or reverse proxy configuration, and general HTTP protocol troubleshooting.
How it works
- Enter a website URL. Any public website or API endpoint address.
- Click Check headers. A GET request is made server-side and the response headers are captured.
- Review the full header list. Every header the server returned, plus the status code and any redirect.
Examples
Checking a site's caching configuration
Input
example.com
Output
200 OK with headers including cache-control, content-type, and server