I want to inspect the request that will change window.location
or whatever it may be using to change the url. I don't know where in the code it is changing the url so I can't put a breakpoint in there.
How can I use Firebug to allow Ajax requests but prevent the url from changing? Or how can I otherwise inspect the request that will change the url?
Thanks!