Okay,
For some reason I can access mapservices from both the local state and university rest sites, however when I try to pull services from the following two sites I get the well loved channel.security.error
http://igems.doi.gov/arcgis/rest/ser..._haz/MapServer
http://rmgsc.cr.usgs.gov/ArcGIS/rest..._dyn/MapServer
I am using Viewer for Flex 3.6 and ArcGIS for Server 10.2.
My crossdomain file reads as shown below when I type in the url: http://fbms2091/crossdomain.xml
Thanks, George
For some reason I can access mapservices from both the local state and university rest sites, however when I try to pull services from the following two sites I get the well loved channel.security.error
http://igems.doi.gov/arcgis/rest/ser..._haz/MapServer
http://rmgsc.cr.usgs.gov/ArcGIS/rest..._dyn/MapServer
Active Fire Bndries layer failed to load: Fault code: Channel.Security.Error
Fault info: Security error accessing url
Fault details: Destination: DefaultHTTP
To add to the confusion, some of these services I was able to freely pull from last year now result in said error.Fault info: Security error accessing url
Fault details: Destination: DefaultHTTP
I am using Viewer for Flex 3.6 and ArcGIS for Server 10.2.
My crossdomain file reads as shown below when I type in the url: http://fbms2091/crossdomain.xml
<?xml version="1.0" encoding="utf-8" ?>
- <cross-domain-policy>
<allow-access-from secure="false" domain="*" />
<site-control permitted-cross-domain-policies="all" />
<allow-http-request-headers-from secure="false" domain="*" headers="*" />
</cross-domain-policy>
Any suggestions?- <cross-domain-policy>
<allow-access-from secure="false" domain="*" />
<site-control permitted-cross-domain-policies="all" />
<allow-http-request-headers-from secure="false" domain="*" headers="*" />
</cross-domain-policy>
Thanks, George