Discussion:
XMLDocument.load
(too old to reply)
Dil
2005-12-09 06:55:32 UTC
Permalink
Hi All

Can u pls tell me is it possible to load a XML file, which is situated
in different web server ?

If I keep the XML file in same path Its working fine. but What can I
do for accessing it from another Server?

While accessing am Getting the following error.

"Permission denied to call method XMLDocument.load"

After a long googling I found nothing - except some questions.

Hope u will help me

Thanks in Advance

Dilish
bruno vernay
2005-12-09 09:16:33 UTC
Permalink
That would be cross-scripting :
http://www.owasp.org/documentation/topten/a4.html
bruno vernay
2005-12-09 09:29:10 UTC
Permalink
more precisely :
http://developer.mozilla.org/en/docs/Scripts_and_the_Same_Origin_Policy_%28external%29
How long did you search on Google :-) ?

That would be cross-scripting :
http://www.owasp.org/documentation/topten/a4.html

Loading...