URL Redirect Checker
Follow HTTP redirects and inspect the redirect chain and final destination.
- Safe
- The results are not stored or published anywhere.
Explanation
HTTP status codes used for redirects
| 301 | Indicates that the requested resource has moved permanently to a new URL. |
|---|---|
| 302 | Indicates that the requested resource has moved temporarily to a new URL. |
| 303 | Indicates that the request method is changed to GET when redirecting. |
| 307 | Same meaning as 302, but the HTTP method is preserved during the redirect. |