HTTP Headers Inspector from Sandglass helps you review the headers a web service returns. Use the result to decide what to monitor continuously.
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.
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.