HTTP response headers explainer

← All tools

Paste raw response headers from curl -I or browser devtools. Tolerates the HTTP/1.1 200 status line. Your data never leaves the browser.

~~~

Response headers

Privacy: Headers are parsed locally. For Cache-Control tuning use the cache builder; for CSP use the CSP generator.
~~~

About this tool

Response headers tell browsers and CDNs how to cache, secure, and interpret your content. Paste the raw block fromcurl -I or the Network tab — status line included. Parsing happens locally; nothing is uploaded.

The explainer covers roughly 60 common headers across caching, security, CORS, cookies, and content type. It flags missing security headers, info leaks like Server andX-Powered-By, and deprecated directives. Use the dedicated cache-control and CSP tools when you need to build new values, not just read existing ones.

~~~

Read more