Is there a way that I can see the URL that was requested when I do an Ajax request with jQuery?
e.g.,
var some_data_object = { ...all sorts of junk..
Set a break point in success method, then watch
this.url
is the real url for the request.