I'm trying to handle an XML file from another site/domain.
However in FF I get an error:
Error: uncaught exception: Permission denied to call method XMLDocument.load
So what am I doing wrong? I'm not doing anything different from when I used a local XML file (PM one) ....![]()
Aren't we allowed to request an XML file from another site?
Sounds to me as though the chmod on the XML directory needs to be set to 755.![]()
it's not an XML file on this forum... so I'll have to contact the other domain!![]()
Ohh, you mean you're trying to access an XML file from another server on your forum?
yaya
Unless if this is a block on VF's side, go to the file on your server, and set the chmod permissions to 755.
Let me know if that works.![]()
It's not my server!![]()
Ahh, well then all you can really do is contact the owner of said server.![]()
Last I heard that would violate the cross-domain policy.
Last I heard that would violate the cross-domain policy.
Unless the host sets up a crossdomain.xml file to allow access from certain domains