Crossdomain.xml file for ColdFusion
Posted on August 23rd, 2010 by egiles
If you’re getting an error like “Security error accessing url” from Flex, try editing the crossdomain.xml file in ColdFusion. For a non-production, global access quick test to see if this solves your problem try the following.
Adobe ColdFusion Cross-Domain File for Global Access
This cross domain file allows any connection to CFC’s.
crossdomain.xml
<?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 [...]
Filed under: Technology | 28 Comments »