devvkit / dev
HTTP Status Checker
Check the HTTP status of any URL, follow redirect chains, and inspect headers.
Browser limitation: CORS means most public sites refuse browser-made requests. Use this tool for CORS-enabled APIs and endpoints (or localhost dev servers), and curl for everything else. Redirect chains are followed manually.
share this tool
related tools
Check the HTTP status code of any URL and see the full redirect chain with per-hop timings. Understand 2xx, 3xx, 4xx, and 5xx responses and inspect the final response headers: all from your browser.
>[x]Features
- -HEAD or GET request modes
- -Manual redirect chain tracking (up to 5 hops) with timings
- -Status code color-coding and human-readable descriptions
- -Response headers and body preview
- -Cache-bypass option for fresh checks
>>Use Cases
- >Verifying a site is up and returning 200
- >Tracing redirect chains after a domain move
- >Checking APIs return the expected status codes
- >Debugging 4xx/5xx responses on CORS-enabled endpoints