<?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: XMLHttpRequest cannot load https://services.arcgisonline.com/ArcGIS/rest/info?f=j in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502476#M46653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the failed request to &lt;/SPAN&gt;&lt;A href="https://services.arcgisonline.com/ArcGIS/rest/info?f=json"&gt;https://services.arcgisonline.com/ArcGIS/rest/info?f=json&lt;/A&gt;&lt;SPAN&gt; is not a request for a tile, but rather a request to the root of ArcGIS Server itself for some basic information in JSON.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately, this means it doesn't have anything to do with the problem in your app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 19:54:00 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2013-08-22T19:54:00Z</dc:date>
    <item>
      <title>XMLHttpRequest cannot load https://services.arcgisonline.com/ArcGIS/rest/info?f=json</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502473#M46650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When my app loads I'm getting a error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XMLHttpRequest cannot load &lt;/SPAN&gt;&lt;A href="https://services.arcgisonline.com/ArcGIS/rest/info?f=json"&gt;https://services.arcgisonline.com/ArcGIS/rest/info?f=json&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Origin &lt;/SPAN&gt;&lt;A href="https://myserver"&gt;https://myserver&lt;/A&gt;&lt;SPAN&gt; is not allowed by Access-Control-Allow-Origin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Resource interpreted as Script but transferred with MIME type text/plain: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback" rel="nofollow" target="_blank"&gt;https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback&lt;/A&gt;&lt;SPAN&gt;". serverapi.arcgisonline.com/:34&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_cc3 serverapi.arcgisonline.com/:34&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I stop this from happening?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 17:10:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502473#M46650</guid>
      <dc:creator>NathalieNeagle</dc:creator>
      <dc:date>2013-06-06T17:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHttpRequest cannot load https://services.arcgisonline.com/ArcGIS/rest/info?f=j</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502474#M46651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the short answer is, you can't resolve the error.&amp;nbsp; these are normal messages to see in the console when working with any web server that does not support CORS, based on our &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/jshelp/new_v30.html"&gt;check&lt;/A&gt;&lt;SPAN&gt; to see if it can be utilized.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 22:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502474#M46651</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-06-06T22:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHttpRequest cannot load https://services.arcgisonline.com/ArcGIS/rest/info?f=j</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502475#M46652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a complete neophyte to deveopling and have created an app that pops up this error message, at least when being debugged on a desktop version of Safari.&amp;nbsp; On some platforms the app works fine, and in others it will start to draw a tile served by esri, but then either black or gray out.&amp;nbsp; Could this error be an indication of the behavior I am seeing or does this error really not matter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 19:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502475#M46652</guid>
      <dc:creator>MarkMurphy1</dc:creator>
      <dc:date>2013-08-22T19:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHttpRequest cannot load https://services.arcgisonline.com/ArcGIS/rest/info?f=j</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502476#M46653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the failed request to &lt;/SPAN&gt;&lt;A href="https://services.arcgisonline.com/ArcGIS/rest/info?f=json"&gt;https://services.arcgisonline.com/ArcGIS/rest/info?f=json&lt;/A&gt;&lt;SPAN&gt; is not a request for a tile, but rather a request to the root of ArcGIS Server itself for some basic information in JSON.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately, this means it doesn't have anything to do with the problem in your app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 19:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502476#M46653</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-08-22T19:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHttpRequest cannot load https://services.arcgisonline.com/ArcGIS/rest/info?f=j</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502477#M46654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for taking the time to respond.&amp;nbsp; It doesn't solve my app problem but it does prevent me from wasting time chasing THAT windmill...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 01:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/xmlhttprequest-cannot-load-https-services/m-p/502477#M46654</guid>
      <dc:creator>MarkMurphy1</dc:creator>
      <dc:date>2013-08-23T01:37:30Z</dc:date>
    </item>
  </channel>
</rss>

