Inspect HTTP response headers for any URL. View status code, security headers, and all response fields — useful for debugging and security audits.
Enter a URL to inspect response headers
HTTP response headers are key-value metadata returned by a server. They describe content type, caching, redirects, cookies, transport security, and browser permissions.
| Header | Purpose |
|---|---|
| Content-Security-Policy | Restricts executable and embedded resources |
| Strict-Transport-Security | Forces HTTPS |
| X-Frame-Options | Mitigates clickjacking |
| X-Content-Type-Options | Stops MIME sniffing |
| Referrer-Policy | Limits referrer disclosure |
| Permissions-Policy | Restricts browser features |
| Cross-Origin-Embedder-Policy | Controls cross-origin embedding |
curl -I https://example.com
The checker requests the target through the site API because browsers enforce cross-origin restrictions on direct client requests. Treat results as a point-in-time observation: CDNs, redirects, authentication, and regional routing can change headers.
A missing header is not automatically a vulnerability; policy depends on site content and deployment. Review CSP directives carefully before enforcing them.
This tool is provided for general informational and utility purposes only. Results may be inaccurate, incomplete, outdated, or contain errors. Always verify results before relying on or using them.
Some tools may use AI, automated processing, third-party services, or server-side processing. Do not rely on these tools as a substitute for professional advice.
Use at your own risk. BestToolOnline makes no guarantees regarding the accuracy, reliability, completeness, availability, or suitability of results, to the maximum extent permitted by applicable law.
See our Terms of Service and Privacy Policy for complete details.