đ¨
NETWORK TOOLS
HTTP Header Check
View response headers, status codes, and security analysis for any URL.
âšī¸ What do the security headers mean?
| Abbr | Full Header | What it does |
|---|---|---|
| HSTS | Strict-Transport-Security | Forces browsers to always use HTTPS |
| XSS | X-XSS-Protection | Enables browser's built-in XSS filter |
| XFO | X-Frame-Options | Prevents your site from being embedded in iframes (clickjacking) |
| CTO | X-Content-Type-Options | Prevents MIME-type sniffing |
| CSP | Content-Security-Policy | Controls which resources (scripts, styles, etc.) can load |
Quick: