crossdomain.xml file

3 posts / 0 new
Last post
kranium256
Offline
Joined: 19 Oct 2008
crossdomain.xml file

Hello,

I have been trying to test your SendCharFax webservice from a Flash front-end, but I'm hitting the following error:

Error #2032

This occurs on many occasions, but is particularly associated when the URL is not accessible. Now I was sending a simple HTTP GET request, and by typing the URL out in a web browser the fax was successfully sent.

Flash requires that the webservice has a "crossdomain.xml" file in its root folder, which mentions that other domains can hit its servers.

For example, Digg has a crossdomain.xml file at http://services.digg.com/crossdomain.xml, which returns this:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy  SYSTEM
 "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
 <allow-access-from domain="*" />
</cross-domain-policy>

This is documented further at http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html

Could you please create this file, so that I can use your webservices?

Adam M
Offline
Joined: 19 Jun 2009

A crossdomain.xml file has been installed at http://ws.interfax.net/crossdomain.xml.

dyoungblood
Offline
Joined: 20 Feb 2009

I clicked the link for the crossdomain file and got a 404 error. Please check the file so I can connect from Flash.

Thanks

Login or register to post comments