Redirect Checker

Follow a link through every redirect hop and see each address with the status code that produced it.

The output will appear here.

How Redirect Checker works

Follow a link through every redirect hop and see each address with the status code that produced it.

Input URL
Output Redirect chain
Works done 4,212

Related tools

Redirect Checker Details

Redirect Checker walks a link through every hop it takes and prints the status code at each step.

Use it to reveal where a shortened link really goes, audit the redirect chain of a moved page, or find hops that are slowing a page down.

How to use it

The steps line up with the interface:

  1. Type the address you want to check.
  2. Run the tool; the request is made from the server.
  3. Read the chain and the final destination in the output.

Formats, limits and behaviour

How it works:

  • The request comes from this site's server, not your browser, so the target never sees your address.
  • Up to 10 redirects are followed; longer chains are cut off.
  • Each step lists the source address, the status code and the destination.
  • If the target does not answer within 10 seconds the check fails with an error.

Picking the right tool

This page is for inspecting a link. To find your own address, see What Is My IP.

Only server-side redirects are visible: JavaScript redirects, meta refresh and anything behind a login will not appear in the chain. Sites that block server requests may answer with a different status code.

Practical notes

  • Running a shortened link through here before clicking is the safe way to see its target.
  • More than two hops adds real latency; consider collapsing the chain.
  • HTTP to HTTPS and www to non-www hops can usually be merged into a single redirect.

Data and privacy

Because the input never reaches the server, nothing is left behind when you close the page. No request is made beyond the usage counter, and its body carries only the count itself.

Frequently asked questions

Type or paste your data into the URL field, run the tool, then copy or download the Redirect chain result.

Yes. While the text field is focused, Ctrl + Enter (Cmd + Enter on macOS) runs the tool.

You can copy the output or save it as a text file with the download button. The file name is based on the tool name.

The tool shows the error message in the output area. Fix the input and run it again.