Illustration of a raw HTTP header list being annotated with plain-English explanations

HTTP Header Analyzer

Paste raw HTTP headers (from curl -I, browser devtools, a proxy log...) and get a plain-English explanation for each recognized one. Runs entirely in your browser.


💻 Show API usage examples (cURL)
curl -sS -X POST https://devops.majbase.com/http-header-analyzer/api -H "Content-Type: application/json" -d '{"headers":"Content-Type: text/html\nCache-Control: no-cache"}'

Returns {"headers": [{"name", "value", "explanation", "recognized"}, ...]}.