Fetch any public URL and inspect its status line, timing, redirects and response headers.
Shows the status line (e.g. 200 OK, 301 redirect), round-trip time, whether the response is a redirect with its Location target, and every response header as key/value rows. Private/internal targets are blocked (403).
https://example.com → 200 OK, content-type: text/htmlThe checker uses manual redirect mode so you see the 3xx status and Location instead of silently landing elsewhere.
Private, loopback and internal hostnames are refused for safety. Only public URLs can be checked.
cache-control, etag and expires tell browsers/CDNs how long to reuse the response.