Trace a URL's redirects
Enter a URL in the search box above to derive the final resolved URL after all redirects. The script follows redirects until we get a 2XX status code. If HTTPS fails before a response arrives, it retries that URL over unencrypted HTTP. This is helpful to get around link tracking or original URLs that Pi-hole outright blocks (like email links).
I used to use wheregoes.com which is a good, reliable service, but decided to roll my own for privacy reasons. Absolutely nothing is logged as all URL searches are via POST and that's not currently included in my nginx logs.