Does anyone know of a way from within Firefox that I can capture a sequence of redirects and work out what's happening?
I can use wget and see a sequence of 301/302 redirects that way, but I need to do this within a session so I really need to follow it in Firefox. Or Opera/IE I suppose (all on Ubuntu 8.04).
Something obscure is happening on one of my sites when I follow an HTTPS link which is causing it to redirect back to HTTP, which is probably something to do with something in the session that I'm not getting chance to investigate. Therefore the ability not just to capture the sequence but also to step through it would be helpful.