Redirection Checker
Trace whether a URL is reachable and, when CORS allows, inspect redirect status from your browser. Paste one URL and click Check. Because browsers hide most cross-origin redirect details, this tool honestly labels opaque results instead of inventing status codes.
Use it for quick reachability sanity checks - not as a replacement for server-side redirect auditors.
Browser CORS limits redirect inspection. Results may show Reachable vs Blocked rather than a full server-side redirect chain with exact status codes.
Input
Paste or type your content here…
Output
Your result will appear here
Frequently Asked Questions
Why no full redirect chain?
CORS and redirect modes prevent JS from reading most cross-origin Location headers/status codes.
Is the URL sent to your servers?
No. fetch runs from your browser to the target only.