1

Please edit the question if the title is not informative enough.

I am working with a website that uses javascript. This is an exemplary url. The page sends a request to a web server and loads the response data back. I am seeking for the url of that response.

Typically we can investiage element with Firebug and under the Network tab there is a list of response urls but not this time. Any ideas?

Bartek R.
  • 441
  • 1
  • 8
  • 15

1 Answers1

0

I think that responseURL is what you want, it will be available as a request property after the call is over.

Just be aware its non standard and does not exist on IE and Safari, as well as old Mozilla/Chrome browsers (v30/35- I guess)

You cant get more informations there.

Community
  • 1
  • 1
Stranded Kid
  • 1,395
  • 3
  • 15
  • 23