<?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: Which esri-servers load KMLLayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/which-esri-servers-load-kmllayer/m-p/1605045#M86902</link>
    <description>&lt;P&gt;I was able to log the requests on our endpoint.&lt;/P&gt;&lt;P&gt;It seems that IP 34.234.176.30 does the request for the KML file. Which DNS wise resolve to&lt;BR /&gt;ec2-34-234-176-30.compute-1.amazonaws.com&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Apr 2025 05:03:34 GMT</pubDate>
    <dc:creator>SokoFromNZ</dc:creator>
    <dc:date>2025-04-11T05:03:34Z</dc:date>
    <item>
      <title>Which esri-servers load KMLLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/which-esri-servers-load-kmllayer/m-p/1604053#M86854</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm successfully loading/showing KML files on the map like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;export function setPlotKmlLayer(uri) {
    require(["esri/layers/KMLLayer"], (KMLLayer) =&amp;gt; {
        const kmlLayer = new KMLLayer({
            url: uri
        });

        view.map.add(kmlLayer, 0);
        plotLayer = kmlLayer;
    });
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The uri points to a public endpoint of our own webservice. For security reasons I want to restrict the access to this endpoint so only the esri-servers can access it.&lt;/P&gt;&lt;P&gt;Is there a fixed domain from esri which always access my endpoint?&lt;/P&gt;&lt;P&gt;I found&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#kmlServiceUrl" target="_self"&gt;KMLLayer.kmlServiceUrl&lt;/A&gt;&amp;nbsp;which has a default value of&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://utility.arcgis.com/sharing/kml" target="_blank"&gt;https://utility.arcgis.com/sharing/kml&lt;/A&gt;. So it should be utility.arcgis.com. But is this guaranteed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Soko&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 04:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/which-esri-servers-load-kmllayer/m-p/1604053#M86854</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2025-04-09T04:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Which esri-servers load KMLLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/which-esri-servers-load-kmllayer/m-p/1605045#M86902</link>
      <description>&lt;P&gt;I was able to log the requests on our endpoint.&lt;/P&gt;&lt;P&gt;It seems that IP 34.234.176.30 does the request for the KML file. Which DNS wise resolve to&lt;BR /&gt;ec2-34-234-176-30.compute-1.amazonaws.com&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 05:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/which-esri-servers-load-kmllayer/m-p/1605045#M86902</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2025-04-11T05:03:34Z</dc:date>
    </item>
  </channel>
</rss>

