<?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 error with ExB Developer Edition and Enterprise in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1175140#M4420</link>
    <description>&lt;P&gt;This does not work and is most likely not recommended. There is another post marked as the solution, i.e. use the FQDN instead of localhost when accessing the ExB Dev edition and add that to the list of Allowed Origins in Portal Organization Security settings page&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 16:15:39 GMT</pubDate>
    <dc:creator>MarcBate</dc:creator>
    <dc:date>2022-05-18T16:15:39Z</dc:date>
    <item>
      <title>CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1174341#M4393</link>
      <description>&lt;P&gt;When accessing ExB Developer edition via &lt;A href="https://localhost:3001," target="_blank" rel="noopener"&gt;https://localhost:3001,&lt;/A&gt;&amp;nbsp;and entering our ArcGIS Enterprise 10.9.1 address on the page &lt;A href="https://localhost:3001/page/set-portalurl" target="_blank"&gt;https://localhost:3001/page/set-portalurl&lt;/A&gt; , it says "&lt;SPAN&gt;Your application domain is not allowed via Cross-Origin Resource Sharing (CORS) to access" then url of our portal web adaptor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried to allow localhost in the Organization &amp;gt; Settings &amp;gt; Security page in the Portal, but it won't let me add it or &lt;A href="https://localhost:3001" target="_blank" rel="noopener"&gt;https://localhost:3001&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How do we use ExB Dev with our Enterprise server? I can only get it to work with AGOL.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 20:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1174341#M4393</guid>
      <dc:creator>MarcBate</dc:creator>
      <dc:date>2022-05-16T20:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1174358#M4394</link>
      <description>&lt;P&gt;Hi ! If you have frontal of webadaptator of portal on IIS, verify if param accept CORS. Look your web.config file. An example can be find here :&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/iis/extensions/cors-module/cors-module-configuration-reference" target="_blank"&gt;https://docs.microsoft.com/en-us/iis/extensions/cors-module/cors-module-configuration-reference&lt;/A&gt; . The same thing is available for Apache.&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 21:22:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1174358#M4394</guid>
      <dc:creator>GuillaumeArnaud</dc:creator>
      <dc:date>2022-05-16T21:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1174623#M4403</link>
      <description>&lt;P&gt;I am using my machine's fqdn (&lt;A href="https://my_machine_fqdn:3001" target="_blank" rel="noopener"&gt;https://my_machine_fqdn:3001&lt;/A&gt; and added this url to Portal security page. You may need use a CORS browser extension (&lt;A href="https://mybrowseraddon.com/access-control-allow-origin.html" target="_self"&gt;link&lt;/A&gt;) as well to disable it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1174623#M4403</guid>
      <dc:creator>AzinSharaf</dc:creator>
      <dc:date>2022-05-17T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1175140#M4420</link>
      <description>&lt;P&gt;This does not work and is most likely not recommended. There is another post marked as the solution, i.e. use the FQDN instead of localhost when accessing the ExB Dev edition and add that to the list of Allowed Origins in Portal Organization Security settings page&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 16:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1175140#M4420</guid>
      <dc:creator>MarcBate</dc:creator>
      <dc:date>2022-05-18T16:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1175184#M4421</link>
      <description>&lt;P&gt;Editing web.config to allowing CORS is a Microsoft solution (the link Guillaume mentioned) and I can't say is not recommended unless you use "localhost" in web.config.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think using "allow origin" does the same thing in Portal. But regardless, you cannot use localhost on either of the solutions for security reason,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 17:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1175184#M4421</guid>
      <dc:creator>AzinSharaf</dc:creator>
      <dc:date>2022-05-18T17:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1252944#M6124</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;I can only get it to work with AGOL."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm still getting this error even using AGOL.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Even after adding my machine's FQDN to the allow list, I still get the CORS error when trying to register the app on my desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I missing something obvious here?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 16:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1252944#M6124</guid>
      <dc:creator>DougSims_GT</dc:creator>
      <dc:date>2023-01-30T16:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1254153#M6162</link>
      <description>&lt;P&gt;Yup same here.&amp;nbsp; My application is in AGOL and I've added the domain to the allow list.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 23:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1254153#M6162</guid>
      <dc:creator>ADM48</dc:creator>
      <dc:date>2023-02-01T23:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1254325#M6170</link>
      <description>&lt;P&gt;The first problem I had was that I entered my server and my desktop into the list of "Trusted Servers" instead of the "Allowed origins" section.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had originally added our top level domains to the allowed origins list, thinking that would cover all of our servers, but I discovered that domain wildcards are not allowed in that list. (Which seems like an odd limitation.)&lt;/P&gt;&lt;P&gt;Adding my server name and my desktop FQDN to the allowed origins list fixed the issue for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 15:09:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1254325#M6170</guid>
      <dc:creator>DougSims_GT</dc:creator>
      <dc:date>2023-02-02T15:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381611#M10845</link>
      <description>&lt;P&gt;Can you explain how you did this? If i try to add my FQDN to the list of Allowed Origins it starts complaining baout missing a domain name...&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:28:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381611#M10845</guid>
      <dc:creator>boro</dc:creator>
      <dc:date>2024-02-13T15:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381621#M10846</link>
      <description>&lt;P&gt;If there is no domain in your entry, then it isn't a Fully Qualified Domain Name. You will need a full domain name for it to register correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you trying to do this on your desktop/laptop or on a server?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381621#M10846</guid>
      <dc:creator>DougSims_GT</dc:creator>
      <dc:date>2024-02-13T15:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381635#M10849</link>
      <description>&lt;P&gt;There is a domain name in the FQDN of my laptop (not sharing for obvious reasons), but I can't seem to get node.js to listen to it. Trying to connect to the FQDN + port results in a timeout whereas if i just use the machine name + port it will accept it (but ofc, since i have no domain name in that case, so it's still no help because i can't whitelist it in AGOL). Honestly I'm clueless right now&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381635#M10849</guid>
      <dc:creator>boro</dc:creator>
      <dc:date>2024-02-13T15:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381646#M10850</link>
      <description>&lt;P&gt;Do you have the domain registered in DNS in your network settings? You should be able to ping your FQDN from the command line successfully.&lt;/P&gt;&lt;P&gt;You say you can't get node.js to listen to it, but your original post mentioned that you didn't have the domain entered into the allowed list (I assume in your portal settings). You can send me a direct message if you want to see if I can provide any more help with specifics (like domain names or IP addresses) that you don't want to post here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381646#M10850</guid>
      <dc:creator>DougSims_GT</dc:creator>
      <dc:date>2024-02-13T16:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: CORS error with ExB Developer Edition and Enterprise</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381654#M10852</link>
      <description>&lt;P&gt;changing localhost to localhost.com in my system32/hosts file did the trick... if only i knew before it was that simple. it's working for me! thanks for the offer of help though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cors-error-with-exb-developer-edition-and/m-p/1381654#M10852</guid>
      <dc:creator>boro</dc:creator>
      <dc:date>2024-02-13T16:26:41Z</dc:date>
    </item>
  </channel>
</rss>

