So he tried in the root of the web server (i.e. wwwroot for IIS)? Are you guys using a reverse proxy?
Our network administrator cannot figure out this problem He doesn't know where to place the crossdomain.xml file. He's tried several locations, but he cannot figure it out. Please help him!!
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" secure="false"/> <allow-http-request-headers-from domain="*" headers="*" secure="false"/> </cross-domain-policy>
chiliblast,Are you working with secure map services? If so, are you using a trusted certificate or a self-signed certificate? I had errors working with the Flex Viewer using a connection to ArcGIS Server with just a self-signed certificate. We had to switch to using a "trusted certificate" on the ArcGIS Server (server hosting the map services) in order for the Flex Viewer (on another server) to accept the secure map service without errors.
<cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" to-ports="*"/> <allow-http-request-headers-from domain="*" headers="*"/> </cross-domain-policy>
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" to-ports="*" /> <allow-http-request-headers-from domain="*" headers="*"/> </cross-domain-policy>
Hi ThereWe have a offsite contractor building Flex application for our company. He hosts application on his server and ArcGIS server is on our internal server. He uses map services by with external IP and crossdomain file. He built on version 2.3.1 and everything was working fine. Recently he migrated to Flexviewer version 3.0 and we are getting the same error: [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]It is working fine on his end but we are getting this error. The directory with 2.3.1 is working fine and we can see all the map servicesThanks
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*"/> </cross-domain-policy>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.