HTTP Headers Inspector
View and debug HTTP request and response headers for any URL with timing breakdown.
Note: Due to CORS restrictions, response headers and precise timing breakdowns are often not readable by client-side JavaScript. For full results, use browser DevTools Network tab.
A cache-control header or a set-cookie value can look present and correct at the final destination while actually having been added, stripped, or rewritten somewhere earlier along the way, a CDN, a load balancer, an intermediate redirect hop, and inspecting only the last response hides that entirely, making a header issue look like it started somewhere it didn't. This tool views and debugs HTTP request and response headers for any URL with a timing breakdown, built around surfacing exactly what changed and where rather than just what the final response contains.
See moreSee less about the HTTP Headers Inspector
Useful for tracking down where a header got added, dropped, or rewritten between the original request and the final response, debugging a caching or cookie issue that only shows up after an intermediate hop, or reviewing a URL's full request and response headers together with the timing each stage actually took.
Key features
- Clean interface
- Fast processing
- No signup required
- Works offline