Free HTTP headers inspector: review response headers — caching, redirects, content type, and security headers — to debug behavior a status code alone hides.
Reach for this when you need to review the headers a web service returns during setup, debugging, or an incident review. A one-off check is useful for diagnosis, but production systems need continuous monitoring once the immediate question is answered.
A status code tells you the outcome; headers tell you why the response looks the way it does. A handful are worth reading whenever you debug a service or decide what a monitor should assert on.
Use header inspection to debug redirects, caching behavior, and security headers, then choose the exact URL and expectations your monitor should assert on.
Headers reveal what a status code hides. A page can return 200 while a cache header serves a stale copy or a redirect chain quietly sends users elsewhere.
Use the output to confirm the current state, and treat anything surprising as a starting point for diagnosis rather than a verdict.
Write down which results count as healthy, degraded, or failed before you automate anything.
Recreate the same check in Sandglass on an interval so the next change is caught automatically.
Send failures to email, a Slack webhook channel, or a generic webhook owned by whoever will fix them.