Skip to content
All tools

/http-headers

HTTP Headers

View the raw response headers returned by any server.

Try:

About HTTP Headers

HTTP Headers shows every header a server actually sent back for a given request, along with the status code, HTTP version and any redirects followed along the way.

This is the tool to reach for when debugging caching behaviour, checking what a CDN or reverse proxy is adding or stripping from a response, or simply seeing exactly what a server returns without opening a terminal.

Because redirects are followed automatically, the result also shows the final URL a request actually lands on, which is useful for spotting an unnecessarily long redirect chain worth shortening at the source.