HTTP Headers Inspector - View Headers & Security
About the HTTP Headers Inspector
HTTP response headers control how browsers cache content, enforce security policies, and handle connections. This tool fetches any public URL and displays all response headers in a clean, categorised table with a one-click copy button for each value.
The built-in security audit checks for six critical headers that protect against common web vulnerabilities. Missing headers are flagged so you can quickly identify gaps in your security configuration.
How to Use
Enter a URL (with or without protocol) and click Inspect. The tool fetches the page through a server-side proxy, collects the response headers, and displays them grouped by category. The security audit panel on the right shows which key security headers are present or missing.
Use Cases
- Security audits. Check whether a site sends HSTS, CSP, and other security headers.
- Caching troubleshooting. Verify Cache-Control, ETag, and Vary headers are set correctly.
- Server fingerprinting. Identify the web server, CDN, and technology stack from response headers.
- API debugging. Inspect content type, encoding, and CORS headers for API endpoints.