<?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: DotNet proxy in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550337#M51281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Warren. Request header does not contain proxy information and may not going through proxy. Here is the example from my sample secure layer going through proxy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/445082_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you confirm your proxy queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the blog post for proxy set up for your reference and also you can validate your steps again to make sure you are not missing anything:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/groups/technical-support/blog/2015/04/07/setting-up-a-proxy"&gt;https://community.esri.com/groups/technical-support/blog/2015/04/07/setting-up-a-proxy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also at this point, I recommend to contact Esri Support Services to troubleshoot Proxy configuration issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2019 23:31:41 GMT</pubDate>
    <dc:creator>BirajaNayak</dc:creator>
    <dc:date>2019-04-26T23:31:41Z</dc:date>
    <item>
      <title>DotNet proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550334#M51278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm configuring a new instance of ArcGIS Enterprise on Azure where the ArcGIS Server and Portal are on different web adaptors, and the portal is configured for Active Directory (AD) authentication. I have also manually created a non AD user (User1) in Portal and it is this user that I'm attempting to login as through the proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;installed the DotNet proxy files and created the Application in IIS&lt;/LI&gt;&lt;LI&gt;setup the the serverURL details in the proxy.config file to use User1 for the proxy&lt;/LI&gt;&lt;LI&gt;the following proxy URLs test successfully:&lt;BR /&gt;https://&amp;lt;my-server&amp;gt;/DotNet/proxy.ashx?https://my-server/portal/sharing/rest/content/items/&amp;lt;some webmap item&amp;gt;&lt;BR /&gt;https://&amp;lt;my-server&amp;gt;/DotNet/proxy.ashx?https://my-server/portal/sharing/rest/content/items/&amp;lt;some web app item&amp;gt;&lt;BR /&gt;https://&amp;lt;my-server&amp;gt;/DotNet/proxy.ashx?https://my-server/arcgis/rest/services/&amp;lt;some folder name&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;With these URLs testing successfully, I'm assuming the proxy is working, but if I try to hit the web app it continues to bring up the login page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas/suggestions would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 22:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550334#M51278</guid>
      <dc:creator>WarrenMedernach</dc:creator>
      <dc:date>2019-04-25T22:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: DotNet proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550335#M51279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In login page, you have information of layer or web map for which you need to login to access. Please check that url on your browser and also check whether that url is covered in your proxy.config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you go to developer tool , in network tab you may find url which is failing to get access and need to go through proxy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 00:42:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550335#M51279</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-04-26T00:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: DotNet proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550336#M51280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Biraja, but I'm not understanding what you are trying to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original post I indicated the 3 items identified in the proxy: web app, web map, and the server folder that contains content.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/444125_AGS_proxy_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said above, when I test these URLs the proxy returns the content successfully.&amp;nbsp; At least I believe the test returning this page means it was successful?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/444063_AGS_proxy_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the developer tools, the network monitor returns the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Request URL:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://&amp;lt;MYSERVER&amp;gt;/portal/sharing/rest/content/items/0c2312f02db14270b1211bc4aa1a7b67/data?f=json"&gt;https://&amp;lt;MYSERVER&amp;gt;/portal/sharing/rest/content/items/0c2312f02db14270b1211bc4aa1a7b67/data?f=json&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;200 Status Code&lt;/LI&gt;&lt;LI&gt;Response:{"error":{"code":403,"messageCode":"GWM_0003","message":"You do not have permissions to access this resource or perform this operation.","details":[]}}&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 14:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550336#M51280</guid>
      <dc:creator>WarrenMedernach</dc:creator>
      <dc:date>2019-04-26T14:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: DotNet proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550337#M51281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Warren. Request header does not contain proxy information and may not going through proxy. Here is the example from my sample secure layer going through proxy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/445082_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you confirm your proxy queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the blog post for proxy set up for your reference and also you can validate your steps again to make sure you are not missing anything:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/groups/technical-support/blog/2015/04/07/setting-up-a-proxy"&gt;https://community.esri.com/groups/technical-support/blog/2015/04/07/setting-up-a-proxy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also at this point, I recommend to contact Esri Support Services to troubleshoot Proxy configuration issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 23:31:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dotnet-proxy/m-p/550337#M51281</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-04-26T23:31:41Z</dc:date>
    </item>
  </channel>
</rss>

