Inspect HTTP response headers for any URL. Check security headers, caching, redirects, server info, and SEO-relevant headers. Free developer tool.
HTTP response headers tell the browser how to behave when serving your content. Security headers protect against XSS, clickjacking, and data injection attacks. Missing security headers are flagged by Google's Lighthouse and security scanners.
| Header | Purpose | Impact |
|---|---|---|
Strict-Transport-Security | Force HTTPS | Security |
Content-Security-Policy | Prevent XSS | Security |
X-Frame-Options | Block clickjacking | Security |
X-Content-Type-Options | Prevent MIME sniffing | Security |
Cache-Control | Browser caching | Performance |
X-Robots-Tag | Noindex/nofollow | SEO |