Final destination
The URL you traced had ".$count." and ended here:
getFinalRedirect()."\" target=\"blank\"> ".$request->getFinalRedirect()."
Redirect trace
Step | Request | Code | Redirect |
---|---|---|---|
".$item." | ".$url." | ".$code." |
".$next." |
The URL you traced had ".$count." and ended here:
getFinalRedirect()."\" target=\"blank\"> ".$request->getFinalRedirect()."
Step | Request | Code | Redirect |
---|---|---|---|
".$item." | ".$url." | ".$code." |
".$next." |
Enter a URL in the search box above to derive the final resolved URL after all redirects. The script runs recursive cURL requests until we get a 200
status code. 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.
User agent
Other cURL settings