How to track url redirects in the browser?
Problem
When I type in my browser and press ENTER, this website redirects me to , from there to and then I finally landed on . These redirection happens at the website end, I am not aware where I am going. But I finally landed on this URL: . I want to track all the URLs my browser sees. I am not seeing it in my history as its redirect at website end. Is there any firefox addon or some tool which can track this for me?
Error Output
http://example.com/load/
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Fix for: How to track url redirects in the browser?
Edited: It is now a decade later and there's a better way to do this goto https://deref.link/ paste in the url in quetion. hit enter. read the results on the right hand side. original 2011 answer Install FireBug 1 open firebug goto the net tab click on the "persist" option enter your url watch the list of urls fetched change. you'll see something like this for your example: http://example.com/load/ 302 Moved temporarily http://example.com/load/1/ 302 Moved temporarily http://example.com/load/2/…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix