<?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 Access-Control-Allow-Origin and ArcGIs Online in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/access-control-allow-origin-and-arcgis-online/m-p/487150#M24484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I`m still trying to implement an working ArcGIS-Server-Web-Service in AGO, but if I`m registered with my user data in AGO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get that message from my JavaScript-Web-Analyzer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XMLHttpRequest cannot load &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://xxxxx.yyyyy.de/ArcGIS/rest/info?f=json" rel="nofollow" target="_blank"&gt;http://xxxxx.yyyyy.de/ArcGIS/rest/info?f=json&lt;/A&gt;&lt;SPAN&gt;. Origin &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://zzzzzz.maps.arcgis.com" rel="nofollow" target="_blank"&gt;https://zzzzzz.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt; is not allowed by Access-Control-Allow-Origin. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody give me a hint what to do please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I`m not signed in in my AGO-account it works well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, Kai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Oct 2013 12:00:17 GMT</pubDate>
    <dc:creator>KaiB_</dc:creator>
    <dc:date>2013-10-17T12:00:17Z</dc:date>
    <item>
      <title>Access-Control-Allow-Origin and ArcGIs Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/access-control-allow-origin-and-arcgis-online/m-p/487150#M24484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I`m still trying to implement an working ArcGIS-Server-Web-Service in AGO, but if I`m registered with my user data in AGO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get that message from my JavaScript-Web-Analyzer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XMLHttpRequest cannot load &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://xxxxx.yyyyy.de/ArcGIS/rest/info?f=json" rel="nofollow" target="_blank"&gt;http://xxxxx.yyyyy.de/ArcGIS/rest/info?f=json&lt;/A&gt;&lt;SPAN&gt;. Origin &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://zzzzzz.maps.arcgis.com" rel="nofollow" target="_blank"&gt;https://zzzzzz.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt; is not allowed by Access-Control-Allow-Origin. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody give me a hint what to do please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I`m not signed in in my AGO-account it works well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, Kai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 12:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/access-control-allow-origin-and-arcgis-online/m-p/487150#M24484</guid>
      <dc:creator>KaiB_</dc:creator>
      <dc:date>2013-10-17T12:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Access-Control-Allow-Origin and ArcGIs Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/access-control-allow-origin-and-arcgis-online/m-p/487151#M24485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All right, I found the solution now, to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to C:\inetpub\wwwroot\ArcGIS\rest\Web.Config&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I inserted&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpProtocol&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;customHeaders&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="Access-Control-Allow-Origin" value="*" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/customHeaders&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/httpProtocol&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then it`s important that the browser supports CORS (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://enable-cors.org/" rel="nofollow" target="_blank"&gt;http://enable-cors.org/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had no Luck with Firefox 24, but it worked with Chrome 30, everything fine now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 07:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/access-control-allow-origin-and-arcgis-online/m-p/487151#M24485</guid>
      <dc:creator>KaiB_</dc:creator>
      <dc:date>2013-10-18T07:14:27Z</dc:date>
    </item>
  </channel>
</rss>

