How can I figure out where a request is made in a javascript application?
I'm debugging a large application which generates an incorrect HTTP request somewhere. I believe I haven't configured something properly with the API generating the request (Google Maps). If I could figure out where the request is made, then I could trace back to the construction of the URL and see where I need to set the right parameters.
Is it possible (in Safari/Chrome/Firefox with Firebug or anything else) to break at the point any request is made?