<?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 Errors. Has There Been Changes? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416124#M38283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have there been changes to Access-Control-Allow-Origin on serverapi.arcgisonline.com and arcgis.com and services.arcgisonline.com?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed that in the last week I've been starting to see these error's crop up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone else noticing this and are there problems or is this permanent now?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2012 01:55:14 GMT</pubDate>
    <dc:creator>JithenSingh</dc:creator>
    <dc:date>2012-08-22T01:55:14Z</dc:date>
    <item>
      <title>Access-Control-Allow-Origin Errors. Has There Been Changes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416124#M38283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have there been changes to Access-Control-Allow-Origin on serverapi.arcgisonline.com and arcgis.com and services.arcgisonline.com?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed that in the last week I've been starting to see these error's crop up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone else noticing this and are there problems or is this permanent now?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 01:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416124#M38283</guid>
      <dc:creator>JithenSingh</dc:creator>
      <dc:date>2012-08-22T01:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access-Control-Allow-Origin Errors. Has There Been Changes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416125#M38284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;starting at version 3.x of the Javascript API, we check for CORS support and use it when available.&amp;nbsp; If you are working with ArcGIS Server machines that don't support CORS, you can safely ignore the messages which appear in the console. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see the following link for more information&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/new_v30.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/new_v30.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 17:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416125#M38284</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-08-22T17:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access-Control-Allow-Origin Errors. Has There Been Changes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416126#M38285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;John's correct�?? the "errors" you see are related to figuring out whether or not a server supports CORS and this was new with version 3.0 of the JS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These errors will go away when the servers you mentioned are upgraded to AGS 10.1. IIRC, that's happening this fall. Until then, these errors can be safely ignored.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 18:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416126#M38285</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-08-22T18:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Access-Control-Allow-Origin Errors. Has There Been Changes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416127#M38286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. I notice now though that one cannot simple copy the code for samples, add it to a html file and run it as Access-Control-Allow-Origin does not allow it. At times I am finding that LOCALHOST is being blocked as well. See image below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]17161[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While I don't mind ignoring some of the errors, it's a bit hard when the map doesn't even load at all and neither does any of the JS/CSS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Makes creating simple mashups for dev purposes really hard. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 18:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416127#M38286</guid>
      <dc:creator>JithenSingh</dc:creator>
      <dc:date>2012-08-22T18:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Access-Control-Allow-Origin Errors. Has There Been Changes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416128#M38287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;errors regarding CORS support shouldn't have any impact on the functionality of your web application.&amp;nbsp; you should be able to copy and paste our samples and run them locally via HTTP (as long as a web server like IIS or Apache is installed) and "mash them up" for development purposes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what particular sample are you working with?&amp;nbsp; is the problem only occurring when you load the HTML as a file rather than using HTTP?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 18:52:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416128#M38287</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-08-22T18:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Access-Control-Allow-Origin Errors. Has There Been Changes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416129#M38288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok the problem seems to only occur when loading the HTML as a file. This used to work previously which made testing things easy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using HTTP seems to work in loading this map. I was&amp;nbsp; just testing so I took the first sample from the js samples, copied it into a temp.html file and tried it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it has to be HTTP. I take it, there is no way to load the HTML as a file any more?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 19:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416129#M38288</guid>
      <dc:creator>JithenSingh</dc:creator>
      <dc:date>2012-08-22T19:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Access-Control-Allow-Origin Errors. Has There Been Changes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416130#M38289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm glad to hear you've isolated the cause of the error.&amp;nbsp; please use HTTP as it is definitely the best practice for developing applications (big and small :)).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 20:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-control-allow-origin-errors-has-there-been/m-p/416130#M38289</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-08-22T20:04:49Z</dc:date>
    </item>
  </channel>
</rss>

