- What's the output?
- Headers pretty-printed with inline explanations — what each header means, its value's significance, security implications. Like reading commented code.
- Is it different from Header Analyzer?
- Yes — Analyzer focuses on flagging issues and scoring security posture. Inspector is educational: 'here's what this header does'. Use Inspector to learn; Analyzer to audit.
- Does it recognize custom headers?
- Common ones (X-Request-ID, X-Forwarded-For, X-RateLimit-*) are explained. Truly custom ones show value-only without commentary.
- Where do I paste input?
- Raw HTTP response headers copied from curl -i or browser DevTools. Each line is one header.