<?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: CORS issue with WebTileLayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13653#M1295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like it could be a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2019 13:30:05 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-09-19T13:30:05Z</dc:date>
    <item>
      <title>CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13648#M1290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to add a layer to my webmap using WebTileLayer and am getting a CORS error message.&lt;/P&gt;&lt;P&gt;Our domain is being&amp;nbsp;&lt;IMG __jive_id="459974" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/459974_pastedImage_3.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our server is CORS enabled. I tried to add the url to the trusted servers.&amp;nbsp; I tried adding the Tile Layer using leaflet and it works ok. I tried doing it in the API sandbox, I'm getting CORS messages as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the urlTemplate: &lt;EM&gt;https://{subDomain}.tiles.openrailwaymap.org/standard/{level}/{col}/{row}.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 09:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13648#M1290</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-19T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13649#M1291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthieu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;When you added it to your trusted servers how specific were you with the url? Less specific is preferable i.e. "https://*.tiles.openrailwaysmap.org"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:48:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13649#M1291</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-09-19T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13650#M1292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Yes I litteraly did that (still not working) :&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #9cdcfe;"&gt;esriConfig&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;request&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;trustedServers&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;push&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"https://www.openrailwaymap.org/"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;esriConfig&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;request&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;trustedServers&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;push&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"https://a.tiles.openrailwaymap.org/"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;esriConfig&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;request&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;trustedServers&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;push&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"https://b.tiles.openrailwaymap.org/"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;esriConfig&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;request&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;trustedServers&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;push&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"https://c.tiles.openrailwaymap.org/"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;esriConfig&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;request&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;trustedServers&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;push&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"https://*.tiles.openrailwaymap.org/"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13650#M1292</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-19T12:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13651#M1293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you watched the network traffic in your browsers developer tools and ensured it is not trying to use http urls instead of https?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13651#M1293</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-09-19T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13652#M1294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it looks fine, it's using https.&lt;/P&gt;&lt;P&gt;When replacing the url in the sandbox with that railway one (&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-webtile-3d" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-webtile-3d"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;) it seems to throw the same sort of errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13652#M1294</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-19T13:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13653#M1295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like it could be a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13653#M1295</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-09-19T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13654#M1296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like&amp;nbsp;&lt;CODE class="" data-stringify-type="code" style="color: #e01e5a; background-color: rgba(var(--sk_foreground_min,29,28,29),0.04); border: 1px solid var(--saf-0); font-size: 12px; padding: 2px 3px 1px;"&gt;Access-Control-Allow-Origin&lt;/CODE&gt;&lt;SPAN style="color: #1d1c1d; background-color: #f8f8f8;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;is missing from the response header as the errors indicate.&amp;nbsp; &lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;This header must be included in all valid CORS responses; omitting the header will cause the CORS request to fail. Please refer to &lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin"&gt;this document&lt;/A&gt;&amp;nbsp;for more explanation.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1d1c1d; background-color: #f8f8f8;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1d1c1d; background-color: #f8f8f8;"&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/460007_Screen Shot 2019-09-19 at 11.01.25 AM.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1d1c1d; background-color: #f8f8f8;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1d1c1d; background-color: #f8f8f8;"&gt;&lt;SPAN style="color: #3d3d3d; "&gt;-Undral&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 18:02:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13654#M1296</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2019-09-19T18:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13655#M1297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/292674"&gt;Matthieu Thery&lt;/A&gt;‌, with all CORS error, the way to debug your issue is to look at the preflight request. If you look at your network traffic, there is a OPTION request. look at your request header and then the response header and compare. It will tell you what is missing and what is causing your CORS error. If you take a screenshot, I am happy to assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2019 13:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13655#M1297</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-09-22T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13656#M1298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for helping. Having a look at my network traffic, that is the only thing I get:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/460191_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I can't see any response headers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 08:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13656#M1298</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-23T08:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13657#M1299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am doing this on my mobile phone so I can only search for a example online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshot below. Request method of type options. There should be a response header and a request header. This is a preflight request&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 10:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13657#M1299</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-09-23T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13658#M1300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The response header contain what the setting on your server is and the request header shows what is being send. They have to match up to avoid CORS error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi I am doing this on my mobile phone so I can only search for a example online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshot below. Request method of type options. There should be a response header and a request header. This is a preflight request&lt;/P&gt;&lt;P&gt; &amp;lt;image1.png&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 10:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13658#M1300</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-09-23T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13659#M1301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I must be doing something wrong, but I don't have any OPTIONS request in my network tab. They're all GET. I tried in every browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 11:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13659#M1301</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-23T11:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13660#M1302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be initiated at the beginning before all the actual request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 11:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13660#M1302</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-09-23T11:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13661#M1303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't see it. As an example can you see it in the esri sandbox url I posted above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 12:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13661#M1303</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-23T12:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13662#M1304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, if you keep the network tab open and click on f5 to refresh. Then you right click to save as har file, I can have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 12:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13662#M1304</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-09-23T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13663#M1305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 12:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13663#M1305</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-23T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13664#M1306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hi, looks like it didn't send the preflight request as it is a simple request. I am stumped sorry&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 14:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13664#M1306</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-09-23T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13665#M1307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think cors is enabled on the server. I tried a few different ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried testing with this site&amp;nbsp;&lt;A class="link-titled" href="https://www.test-cors.org/#?client_method=GET&amp;amp;client_credentials=false&amp;amp;server_url=https%3A%2F%2Fb.tiles.openrailwaymap.org%2Fstandard%2F1%2F0%2F1.png&amp;amp;server_enable=true&amp;amp;server_status=200&amp;amp;server_credentials=false&amp;amp;server_tabs=remote" title="https://www.test-cors.org/#?client_method=GET&amp;amp;client_credentials=false&amp;amp;server_url=https%3A%2F%2Fb.tiles.openrailwaymap.org%2Fstandard%2F1%2F0%2F1.png&amp;amp;server_enable=true&amp;amp;server_status=200&amp;amp;server_credentials=false&amp;amp;server_tabs=remote"&gt;https://www.test-cors.org/#?client_method=GET&amp;amp;client_credentials=false&amp;amp;server_url=https%3A%2F%2Fb.tiles.openrailwaymap.o…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not getting back any response headers for access-control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would expect to see something like this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.test-cors.org/#?client_method=GET&amp;amp;client_credentials=false&amp;amp;server_url=https%3A%2F%2Fstamen-tiles-a.a.ssl.fastly.net%2Fterrain%2F0%2F0%2F0.png&amp;amp;server_enable=true&amp;amp;server_status=200&amp;amp;server_credentials=false&amp;amp;server_tabs=remote"&gt;https://www.test-cors.org/#?client_method=GET&amp;amp;client_credentials=false&amp;amp;server_url=https%3A%2F%2Fstamen-tiles-a.a.ssl.fastly.net%2Fterrain%2F0%2F0%2F0.png&amp;amp;server_enable=true&amp;amp;server_status=200&amp;amp;server_credentials=false&amp;amp;server_tabs=remote&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 16:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13665#M1307</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2019-09-23T16:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13666#M1308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They do say&amp;nbsp;that their API allows CORS (although maybe not for the tiles):&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://wiki.openstreetmap.org/wiki/OpenRailwayMap/API#API" title="https://wiki.openstreetmap.org/wiki/OpenRailwayMap/API#API"&gt;OpenRailwayMap/API - OpenStreetMap Wiki&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It did work using Leaflet. Maybe they're just not allowing arcgis somehow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 16:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13666#M1308</guid>
      <dc:creator>MatthieuThery3</dc:creator>
      <dc:date>2019-09-23T16:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: CORS issue with WebTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13667#M1309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the WebGL rendering of the 4x API. WebGL requires CORS, and although that doc says it supports it, I don't think it's working.&amp;nbsp;&lt;SPAN&gt;You could probably get around this with a proxy if you really need it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works in 3x&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/odoe/pen/bGbzwvz?editors=1000" title="https://codepen.io/odoe/pen/bGbzwvz?editors=1000"&gt;https://codepen.io/odoe/pen/bGbzwvz?editors=1000&lt;/A&gt;&amp;nbsp; because 3x isn't fully WebGL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 18:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cors-issue-with-webtilelayer/m-p/13667#M1309</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2019-09-23T18:18:13Z</dc:date>
    </item>
  </channel>
</rss>

