janmeet / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

IE8: XMLHttpRequest, access denied #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In IE8 run a script, which parses a local xml file
2. The debugger is activated and stops in geoXML3.fetchXML
at statement: xhrFetcher.open('GET', url, true);
with the error message: access denied
3. Running the script in IE on a local web server http://localhost/x.html
then it works.
What is the expected output? What do you see instead?
The script should work correctly, when launched from the local file system
and from web server

What version of the product are you using? On what operating system?
googlemaps Api V3
windows XP
geoxml3.js (downloaded at 2010, May 15th)

additional information below:
In Firefox it works as expected.

Original issue reported on code.google.com by osterman...@googlemail.com on 18 May 2010 at 7:44

GoogleCodeExporter commented 9 years ago
fixed in network_link branch.

Original comment by geocodezip on 22 Sep 2010 at 5:44