The request completed successfully.
HTTP status & redirect checker
Follow a public website through its HTTP redirects and see every status code, destination, response time and server IP.
Reading an HTTP redirect chain
A redirect chain is the sequence of HTTP responses between the URL you request and the final page. Short, intentional chains are normal; long chains add latency and make debugging harder.
IPGetter checks public HTTP and HTTPS targets only, validates each redirect destination before connecting, and blocks private or reserved network addresses.
The server is redirecting the request to another URL.
The request ended in a client or server error response.
The URL is requested without rendering the page. IPGetter records each HTTP response and Location header until the redirect chain ends or the safety limit is reached.
- Checking 301 and 302 redirects
- Finding redirect loops or unexpected destinations
- Confirming the final URL and status code
Prefer the command line?
Follow HTTP status codes and redirects.
> status https://example.com
Run in Terminal ->