<?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: Unable to connect to Microsoft Planetary Computer STAC API in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-connect-to-microsoft-planetary-computer/m-p/1605407#M94930</link>
    <description>&lt;P class=""&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/284878"&gt;@Fahad_Dalbouh&lt;/a&gt;, you're actually the reason I looked deeper into this issue! Thanks again for reaching out on WhatsApp and bringing it to my attention &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;To make things easier for everyone working with Microsoft Planetary Computer STAC in ArcGIS Pro, I ended up building a lightweight proxy that &lt;STRONG&gt;handles SAS tokens, signs URLs, and avoids CORS issues&lt;/STRONG&gt; .. all automatically.&lt;/P&gt;&lt;P class=""&gt;You don’t need to worry about ACS files or token vending manually — just run the proxy and connect your ArcGIS Pro file to &lt;A href="http://localhost:8080/api/stac/v1/" target="_blank" rel="noopener"&gt;http://localhost:8080/api/stac/v1/&lt;/A&gt;.&lt;/P&gt;&lt;P class=""&gt;I made a quick video to show how it works: &lt;A href="https://youtu.be/CeIfDvK1F2U" target="_new" rel="noopener"&gt;https://youtu.be/CeIfDvK1F2U&lt;/A&gt;&lt;BR /&gt;And here’s the GitHub repo: &lt;A href="https://github.com/Youssef-Harby/ms-stac-proxy" target="_new" rel="noopener"&gt;https://github.com/Youssef-Harby/ms-stac-proxy&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;Would love your feedback if you get the chance to try it!&lt;/P&gt;</description>
    <pubDate>Fri, 11 Apr 2025 23:33:23 GMT</pubDate>
    <dc:creator>Youssef-Harby</dc:creator>
    <dc:date>2025-04-11T23:33:23Z</dc:date>
    <item>
      <title>Unable to connect to Microsoft Planetary Computer STAC API</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-connect-to-microsoft-planetary-computer/m-p/1592135#M93675</link>
      <description>&lt;P&gt;Hi Rohan and David,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/23872"&gt;@RohanGanapathy&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/441686"&gt;@DavidWright&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I followed your instructions on the blog regarding STAC (&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/introduction-to-the-stac-ui-in-arcgis-pro/" target="_self"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/introduction-to-the-stac-ui-in-arcgis-pro/&lt;/A&gt;&amp;nbsp;). I am unable to connect to a STAC API using the default Microsoft Planetary Computer STAC API or any other resources. I keep getting the below error:&lt;/P&gt;&lt;P&gt;Failed to retrieve collections from C:\Users\xyzxyz\Documents\WorkArea\ArcPro_Projects\STAC API\MyProject\xyzx.astac. The proxy tunnel request to proxy '&lt;A href="http://beyond.xyzx.com.xy:9090/" target="_blank"&gt;http://beyond.xyzx.com.xy:9090/&lt;/A&gt;' failed with status code '407'."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please point out how can i resolve this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 09:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unable-to-connect-to-microsoft-planetary-computer/m-p/1592135#M93675</guid>
      <dc:creator>Fahad_Dalbouh</dc:creator>
      <dc:date>2025-03-05T09:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Microsoft Planetary Computer STAC API</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unable-to-connect-to-microsoft-planetary-computer/m-p/1605407#M94930</link>
      <description>&lt;P class=""&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/284878"&gt;@Fahad_Dalbouh&lt;/a&gt;, you're actually the reason I looked deeper into this issue! Thanks again for reaching out on WhatsApp and bringing it to my attention &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;To make things easier for everyone working with Microsoft Planetary Computer STAC in ArcGIS Pro, I ended up building a lightweight proxy that &lt;STRONG&gt;handles SAS tokens, signs URLs, and avoids CORS issues&lt;/STRONG&gt; .. all automatically.&lt;/P&gt;&lt;P class=""&gt;You don’t need to worry about ACS files or token vending manually — just run the proxy and connect your ArcGIS Pro file to &lt;A href="http://localhost:8080/api/stac/v1/" target="_blank" rel="noopener"&gt;http://localhost:8080/api/stac/v1/&lt;/A&gt;.&lt;/P&gt;&lt;P class=""&gt;I made a quick video to show how it works: &lt;A href="https://youtu.be/CeIfDvK1F2U" target="_new" rel="noopener"&gt;https://youtu.be/CeIfDvK1F2U&lt;/A&gt;&lt;BR /&gt;And here’s the GitHub repo: &lt;A href="https://github.com/Youssef-Harby/ms-stac-proxy" target="_new" rel="noopener"&gt;https://github.com/Youssef-Harby/ms-stac-proxy&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;Would love your feedback if you get the chance to try it!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 23:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unable-to-connect-to-microsoft-planetary-computer/m-p/1605407#M94930</guid>
      <dc:creator>Youssef-Harby</dc:creator>
      <dc:date>2025-04-11T23:33:23Z</dc:date>
    </item>
  </channel>
</rss>

