<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Channel Security error on MapManager in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336530#M9686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It sounds like everythig should be fine then... Do you have the ability to use Fiddler or some other http traffic tool to see what http request is failing? I may be time for you to call tech support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 16:14:56 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2014-01-10T16:14:56Z</dc:date>
    <item>
      <title>Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336516#M9672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I run into this error message on MapManager for ArcGIS View for Flex web application v3.5&amp;nbsp; when try to open web application to public to use.&amp;nbsp; I tested this on internal web browser and it works fine only happen if public try to access the site.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the error message I got:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyLayer layer failed to load:&amp;nbsp; Fault code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Channel.Security.Error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault.info:Security error accessing url&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault details:&amp;nbsp; Destination: Default:HTTP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have crossdomain.xml on C:\inetpub\wwwroot folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE cross-domain-policy SYSTEM "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/xml/dtds/cross-domain-policy.dtd" rel="nofollow" target="_blank"&gt;http://www.adobe.com/xml/dtds/cross-domain-policy.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="*" secure="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow-http-request-headers-from domain="*" headers="*" secure="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Besides that, I have another custom flex web application open to public using the same secure map services, proxy, and crossdomain without any error or problem at all. Only on ArcGIS Viewer for Flex web application got error message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have any ideas for this error message?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336516#M9672</guid>
      <dc:creator>weeyeo</dc:creator>
      <dc:date>2014-01-08T18:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336517#M9673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wee y,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Are you using the publiclly accessable REST URLs for all your layer urls?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:09:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336517#M9673</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-08T18:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336518#M9674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All my map services are secured and is not open to public.&amp;nbsp; I have a custom flex web application which is in older version (Flex 1.3) that open to public and able to access all secured map services through proxy.&amp;nbsp; The only different is the web application in newer(ArcGIS viewer for Flex v3.5) and older version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thinking might be cross domain but older version works fine.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:21:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336518#M9674</guid>
      <dc:creator>weeyeo</dc:creator>
      <dc:date>2014-01-08T18:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336519#M9675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wee y,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What I mean is in your main config.xml if you don't have an fully qualified address like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://machinename:8080/arcgis/rest/services/myMapservice"&gt;http://machinename:8080/arcgis/rest/services/myMapservice&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what you need (secured map service or not)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.yourdomain.com:8080/arcgis/rest/services/myMapService"&gt;http://www.yourdomain.com:8080/arcgis/rest/services/myMapService&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336519#M9675</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-08T18:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336520#M9676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the url on my config.xml file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://servername/agsGIS/rest/services/Election/MapServer"&gt;http://servername/agsGIS/rest/services/Election/MapServer&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt; and I am using the same url on my custom flex application, the map services show up.&amp;nbsp; Even thought url not using something you mentioned "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.yourdomain.com:8080/arcgis/rest/services/myMapService" rel="nofollow" target="_blank"&gt;http://www.yourdomain.com:8080/arcgis/rest/services/myMapService&lt;/A&gt;&lt;SPAN&gt;".&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions, is the configuration on ArcGIS viewer for Flex have to use different setting on REST URL?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 19:07:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336520#M9676</guid>
      <dc:creator>weeyeo</dc:creator>
      <dc:date>2014-01-08T19:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336521#M9677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wee y,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You are going to get security errors when your app is running on a url like: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.weey.com/mygisapp/index.html" rel="nofollow" target="_blank"&gt;http://www.weey.com/mygisapp/index.html&lt;/A&gt;&lt;SPAN&gt; and then your main config has a url like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername/agsGIS/rest/services/Election/MapServer" rel="nofollow" target="_blank"&gt;http://servername/agsGIS/rest/services/Election/MapServer&lt;/A&gt;&lt;SPAN&gt;. As Flex see this as two different sources. That is why you need to have your config.xml use a url like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.weey.com/agsGIS/rest/services/Election/MapServer" rel="nofollow" target="_blank"&gt;http://www.weey.com/agsGIS/rest/services/Election/MapServer&lt;/A&gt;&lt;SPAN&gt; or like you did back in your old public app, use a proxy page.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 19:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336521#M9677</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-08T19:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336522#M9678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I am using proxy on both old public web application and current new ArcGIS view for Flex v 3.5.&amp;nbsp; Beside that, use the same REST url. I used Fiddler to see the network traffic, I found that, crossdomain.xml being highlight with DNS Lookup Failed message. My old Flex api site didn't see crossdomain issue and able to use proxy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think I missed some setting and configuration part on ArcGIS Viewer for Flex application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:25:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336522#M9678</guid>
      <dc:creator>weeyeo</dc:creator>
      <dc:date>2014-01-09T11:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336523#M9679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wee y,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Well you have two issue then. One is that you likely do not have your proxy configured correctly for the new site and second is you have the crossdomain.xml DNS lookup issue. I have given you advice already on how to avoid the need for the proxy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to work with IT/System Admin to discover why you are having the DNS lookup issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your ArcGIS server and your web server on the same machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you read the documentation about using a proxy and where to add it in the main config.xml?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Using_a_proxy_page/01m30000000w000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Using_a_proxy_page/01m30000000w000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336523#M9679</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-09T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336524#M9680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found out is the httpproxy on config.xml problem.&amp;nbsp; Everything is working now.&amp;nbsp; Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336524#M9680</guid>
      <dc:creator>weeyeo</dc:creator>
      <dc:date>2014-01-09T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336525#M9681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am experiencing a similar issue and hope to get some help here in this thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Flexviewer 3.0 on a virtual machine with 2008 R2 and AGS 10.2.1.&amp;nbsp; I have Web Adaptor installed.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I open my flex map in a browser on another machine, I get the attached error message.&amp;nbsp; It opens/displays just fine when I go to my rest services and choose to open it in ArcGIS.com or ArcGIS Desktop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;My REST URL is accessible from this other machine as well.&amp;nbsp; It is &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/ags/rest/services&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have my crossdomain.xml in the wwwroot and rootapp folders as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What would be the reason for being able to view the service in ArcGIS.com or ArcGIS Desktop, but not in a browser?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help you can provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Stephanie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:46:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336525#M9681</guid>
      <dc:creator>StephanieLong</dc:creator>
      <dc:date>2014-01-10T15:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336526#M9682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What would be the reason for being able to view the service in ArcGIS.com or ArcGIS Desktop, but not in a browser?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because ArcGIS.com use the JavaScript API and Desktop used a SOAP protocol and Flex has security setup that requires either a proxy or a crossdomain.xml be on the server that contains your ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the question is do you have your crossdomain.xml be on the server that contains your ArcGIS Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Can you access it using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/crossdomain.xml?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:56:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336526#M9682</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-10T15:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336527#M9683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Stephanie,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Because ArcGIS.com use the JavaScript API and Desktop used a SOAP protocol and Flex has security setup that requires either a proxy or a crossdomain.xml be on the server that contains your ArcGIS Server.&lt;BR /&gt;&lt;BR /&gt;So the question is do you have your crossdomain.xml be on the server that contains your ArcGIS Server?&lt;BR /&gt;Can you access it using http://&amp;lt;machinename&amp;gt;/crossdomain.xml?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the speedy response! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Yes, I have the following crossdomain settings; ArcGIS Server on the same machine.&amp;nbsp; Yes, I can access &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/crossdomain.xml from my server machine and my other machine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It reads: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;?xml version="1.0" ?&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- &amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;allow-access-from domain="*" secure="false" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;site-control permitted-cross-domain-policies="all" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;allow-http-request-headers-from domain="*" headers="*" secure="false" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Stephanie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336527#M9683</guid>
      <dc:creator>StephanieLong</dc:creator>
      <dc:date>2014-01-10T16:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336528#M9684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So you mention that you have web adaptor installed. So you are omitting :6080 from your urls then right? Can you get to the ArcGIS Server REST Endpoint for your layer using the web adaptor url (i.e. no :6080) from the other machine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336528#M9684</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-10T16:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336529#M9685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Stephanie,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; So you mention that you have web adaptor installed. So you are omitting :6080 from your urls then right? Can you get to the ArcGIS Server REST Endpoint for your layer using the web adaptor url (i.e. no :6080) from the other machine?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Yes, I am able to access the following from my other machine:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/arcgis/rest/services/Mapping/US/MapServer/1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My 6080 is not accessible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336529#M9685</guid>
      <dc:creator>StephanieLong</dc:creator>
      <dc:date>2014-01-10T16:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336530#M9686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It sounds like everythig should be fine then... Do you have the ability to use Fiddler or some other http traffic tool to see what http request is failing? I may be time for you to call tech support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336530#M9686</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-10T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336531#M9687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Stephanie,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; It sounds like everythig should be fine then... Do you have the ability to use Fiddler or some other http traffic tool to see what http request is failing? I may be time for you to call tech support.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was afraid you would say that!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, it is much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, just a note if anyone else wants to offer up help: I am able to view the layers on my server machine in a browser.&amp;nbsp; Just not on my desktop machine in a browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Steph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:34:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336531#M9687</guid>
      <dc:creator>StephanieLong</dc:creator>
      <dc:date>2014-01-10T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336532#M9688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephanie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solved the problem? I got the same issue?&lt;/P&gt;&lt;P&gt;Can you share the solution if you sort it out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope to hear form you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 15:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336532#M9688</guid>
      <dc:creator>BezayeTesfaye</dc:creator>
      <dc:date>2014-11-12T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security error on MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336533#M9689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running into the same problem. ALready copied the crossdomain.xml files to the suggested locations. What is the workaround this issue? also what is the difference between using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE cross-domain-policy SYSTEM "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/xml/dtds/cross-domain-policy.dtd" rel="nofollow" target="_blank"&gt;http://www.adobe.com/xml/dtds/cross-domain-policy.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;lt;allow-access-from domain="*"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;and this: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="*" secure="false"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;allow-http-request-headers-from domain="*" headers="*"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;allow-https-request-headers-from domain="*" headers="*"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt;&amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Consolas; color: #4d4d4d; background: #FAFAFA;"&gt; ...thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 21:46:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-on-mapmanager/m-p/336533#M9689</guid>
      <dc:creator>GabrielYarlequé</dc:creator>
      <dc:date>2014-12-12T21:46:20Z</dc:date>
    </item>
  </channel>
</rss>

