Web diagnostics

HTTP status & redirect checker

Follow a public website through its HTTP redirects and see every status code, destination, response time and server IP.

Quick guide

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.

2xx

The request completed successfully.

3xx

The server is redirecting the request to another URL.

4xx / 5xx

The request ended in a client or server error response.

How it works

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.

Terminal shortcut

Prefer the command line?

Follow HTTP status codes and redirects.

> status https://example.com Run in Terminal ->