Find the xmlHttpRequest resource in aspx page
Posted
by DJStroky
on Stack Overflow
See other posts from Stack Overflow
or by DJStroky
Published on 2010-04-10T00:50:21Z
Indexed on
2010/04/10
0:53 UTC
Read the original article
Hit count: 334
I'm trying to find an xmlHttpRequest or similar resource that I can query directly to obtain an xml file for my own purposes. At this site it is possible to browse a Google Map mashup with markers. Unfortunately it is only possible to view all markers at a small view range, whereas I simply want to obtain all the information at once for the entire state. Using the firebug console in firefox I can enter the following javascript line to obtain the xml that I desire:
document.getElementById("stationXML").value
I tracked this document element down to an <input>
tag, but I can't figure out how that input is set.
Thanks in advance for your help!
© Stack Overflow or respective owner