URL Redirect Checker
The redirect checker follows a URL through each redirect and lists every hop with its status code, so you can see where a short link ends up and spot chains, loops and mixed permanent and temporary redirects.
Runs on our server. Processing happens securely on our server. What you enter is sent to Delimiter.live to produce the result and is not stored in a database.
How to use the URL Redirect Checker
- Paste the URL you want to trace, including https://.
- Read the chain from top to bottom: each row shows a status code and the location it pointed to.
- Check the final URL and status at the bottom of the chain.
Example
http://example.com/old
301 http://example.com/old → https://example.com/old 301 https://example.com/old → https://example.com/new 200 https://example.com/new
Common use cases
- Finding out where a shortened link actually leads before clicking it.
- Auditing a site migration for redirect chains that waste crawl budget.
- Checking that old URLs return 301 rather than 302 so ranking signals transfer.
- Diagnosing a redirect loop reported by a browser.
Limitations and things to watch for
- A maximum of ten hops is followed. A chain longer than that is almost certainly a misconfiguration, and a loop is reported explicitly.
- Only http and https are followed, and every hop is re-validated against private, loopback and link-local address ranges so the tool cannot be pointed at internal systems.
- Redirects performed by JavaScript or a meta refresh tag are not followed, because only response headers are inspected.
- The request comes from our server, so a site that redirects based on the visitor country, device or cookies may send you somewhere different.