<?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: portal and proxy configuration confusion in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868189#M12489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You will need a Proxy when you have geometry operations like buffer that is attempting to buffer a complex polygon and the string that represents this polygon is longer than the max string length for a http GET and it has to switch to a POST, or you are accessing secure map services and need to provide a username and password behind the scenes and not prompt the user with the identity manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 16:41:53 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-03-23T16:41:53Z</dc:date>
    <item>
      <title>portal and proxy configuration confusion</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868188#M12488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 style="margin: 7.5pt 0px 3.75pt;"&gt;&lt;SPAN style="font-size: 13pt; font-weight: normal;"&gt;hi all,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am in the process of setting up Portal (10.3) and I have been reading all the&lt;BR /&gt;great references to installing the WAB-dev edition. I get most of it but I am a&lt;BR /&gt;bit confused by the proxy server option. if&amp;nbsp; someone could&lt;BR /&gt;simply explain when and why I might download and use the proxy it would help me&lt;BR /&gt;conceptualize all the moving parts.&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN style="font-size: 13pt; font-weight: normal;"&gt;we do have an enterprise proxy but I think that must be different.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13pt; font-weight: normal;"&gt;thank in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13pt; font-weight: normal;"&gt;glenn&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:23:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868188#M12488</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2015-03-23T16:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: portal and proxy configuration confusion</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868189#M12489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You will need a Proxy when you have geometry operations like buffer that is attempting to buffer a complex polygon and the string that represents this polygon is longer than the max string length for a http GET and it has to switch to a POST, or you are accessing secure map services and need to provide a username and password behind the scenes and not prompt the user with the identity manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868189#M12489</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-23T16:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: portal and proxy configuration confusion</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868190#M12490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;it sounds like a useful thing to setup in the beginning. it would also mask the source url right?&lt;/P&gt;&lt;P&gt;you mentioned secured services.&lt;/P&gt;&lt;P&gt;I will likely have some but if I use the method you are suggesting won't I be negating the 'security'?&lt;/P&gt;&lt;P&gt;and as an associated question--&lt;/P&gt;&lt;P&gt;what are your feelings etc on 'federating' arcserver vs registering services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868190#M12490</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2015-03-23T17:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: portal and proxy configuration confusion</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868191#M12491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Yes I would suggest setting up your proxy now and not wait until you have something fail because it need to use http POST instead of GET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of a proxy to provide username and credentials is only a good workflow when you want your Application to have access to the secure resources but not have your user know they are using secure resources (i.e. not have to type a user name and password). The services are still secured in ArcGIS Server and anyone not using your app will get challenged for user name and password. This is only for certain use cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no experience with federating so I can speak to that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/portal-and-proxy-configuration-confusion/m-p/868191#M12491</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-23T17:29:59Z</dc:date>
    </item>
  </channel>
</rss>

