<?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 Proxy causing issues with layer and GP results display in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-causing-issues-with-layer-and-gp-results/m-p/73673#M6661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is really weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on an app that is to be embedded into a mobile site and an android app. Authenticating access to the app is done in another system and we really don't want to ask users to sign in again to access the map app with a different set of creds. The solution to this we see is to proxy the requests and store a token in the proxy config. This 'should' keep our services secured but allow access to the services for the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a pretty simple app. Grey bas map, single point layer, home button, locate button, and a third button that activates the point draw tool. when a point is placed on the map it fires off a gp tool that locates the nearest points, returns the x and y data, this data is then projected and rendered on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prior to securing the services and the implementing the proxy rules in the page everything was working great. The proxy is working as expected when I go to: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;MY PROXY&amp;gt;/proxy.ashx?&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;MT SERVER / WEB ADAPTOR&amp;gt;/rest/services/RTK/?f=pjson&amp;nbsp; i receive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14140896503845373 jive_text_macro" jivemacro_uid="_14140896503845373" modifiedtitle="true"&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt; "currentVersion": 10.22,&lt;/P&gt;
&lt;P&gt; "folders": [],&lt;/P&gt;
&lt;P&gt; "services": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "name": "*********",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "type": "GPServer"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "name": "#######",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "type": "FeatureServer"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "name": "#######",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "type": "MapServer"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt; ]&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the correct list of the services as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for the weird part. When i launch my page sometimes the point data shows up. if i refresh i will typically get no points and in FireBug i get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14140906357757238" jivemacro_uid="_14140906357757238" modifiedtitle="true"&gt;&lt;CODE class="wrappedText focusRow"&gt;Reload the page to get source for: https://&amp;lt;MY PROXY&amp;gt;/proxy.ashx?https://&amp;lt;MY SERVER/ Web ADAPTOR&amp;gt;&lt;/CODE&gt;&lt;CODE class="wrappedText focusRow"&gt;/services/&amp;lt;FOLDER&amp;gt;/&amp;lt;SERVICE NAME&amp;gt;/FeatureServer/0/query?f=json&amp;amp;where&lt;/CODE&gt;&lt;CODE class="wrappedText focusRow"&gt;=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;outFields=network_id_number%2Cname%2Cdescription&lt;/CODE&gt;&lt;CODE class="wrappedText focusRow"&gt;%2Cmain_location_latitude_cleaned%2Cmain_location_longitude_cleaned%2Cobjectid%2Cregion&amp;amp;outSR=102100&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i refresh the page i can get the points to load but when i execute my GP tool i always get this error and refresh doe snot help since the graphics are burnt up in the process of reloading the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the same results in Chrome and IE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the server side their are no errors and the debug logs show that everything on the back end is working correctly. Installing Fiddler now to see if that can shed some light on the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my proxy config (configured for testing from the dev env and from the web server)&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1414090929798958 jive_text_macro" jivemacro_uid="_1414090929798958" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;ProxyConfig allowedReferers = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;URL TO PAGE&amp;gt;/TowerMap/,*" mustMatch = "false"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrls&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;CODE class="wrappedText focusRow"&gt;&amp;lt;MY SERVER/ Web ADAPTOR&amp;gt;&lt;/CODE&gt;/rest/services/&amp;lt;ROOT FOLDER FOR SERVICES&amp;gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll = "true"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; accessToken="&amp;lt;PRETTY TOKEN&amp;gt;"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serverUrls&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/ProxyConfig&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is how i am building my proxy rules (intending to proxy all requests to my GIS server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14140910614351934 jive_text_macro" jivemacro_uid="_14140910614351934" modifiedtitle="true"&gt;
&lt;P&gt;//set proxy rules&lt;/P&gt;
&lt;P&gt;UrlUtils.addProxyRule(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urlPrefix: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;CODE class="wrappedText focusRow"&gt;&amp;lt;MY SERVER/ Web ADAPTOR&amp;gt;&lt;/CODE&gt;/rest/services",&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proxyUrl: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;CODE class="wrappedText focusRow"&gt;&amp;lt;MY PROXY&amp;gt;&lt;/CODE&gt;/proxy.ashx"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there is anything else i can provide. I will report back if Fiddler sheds any light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For any Esri folk reading this this is currently logged as Esri Case #01574648 and the last i heard from the analyst was&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;"I did some testing this morning trying to configure your application folder with my proxy folder which got the same error as you got, and I even tried to use my own secured map service which turns out the same result."&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 19:16:32 GMT</pubDate>
    <dc:creator>DanielSmith</dc:creator>
    <dc:date>2014-10-23T19:16:32Z</dc:date>
    <item>
      <title>Proxy causing issues with layer and GP results display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-causing-issues-with-layer-and-gp-results/m-p/73673#M6661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is really weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on an app that is to be embedded into a mobile site and an android app. Authenticating access to the app is done in another system and we really don't want to ask users to sign in again to access the map app with a different set of creds. The solution to this we see is to proxy the requests and store a token in the proxy config. This 'should' keep our services secured but allow access to the services for the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a pretty simple app. Grey bas map, single point layer, home button, locate button, and a third button that activates the point draw tool. when a point is placed on the map it fires off a gp tool that locates the nearest points, returns the x and y data, this data is then projected and rendered on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prior to securing the services and the implementing the proxy rules in the page everything was working great. The proxy is working as expected when I go to: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;MY PROXY&amp;gt;/proxy.ashx?&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;MT SERVER / WEB ADAPTOR&amp;gt;/rest/services/RTK/?f=pjson&amp;nbsp; i receive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14140896503845373 jive_text_macro" jivemacro_uid="_14140896503845373" modifiedtitle="true"&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt; "currentVersion": 10.22,&lt;/P&gt;
&lt;P&gt; "folders": [],&lt;/P&gt;
&lt;P&gt; "services": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "name": "*********",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "type": "GPServer"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "name": "#######",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "type": "FeatureServer"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "name": "#######",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "type": "MapServer"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt; ]&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the correct list of the services as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for the weird part. When i launch my page sometimes the point data shows up. if i refresh i will typically get no points and in FireBug i get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14140906357757238" jivemacro_uid="_14140906357757238" modifiedtitle="true"&gt;&lt;CODE class="wrappedText focusRow"&gt;Reload the page to get source for: https://&amp;lt;MY PROXY&amp;gt;/proxy.ashx?https://&amp;lt;MY SERVER/ Web ADAPTOR&amp;gt;&lt;/CODE&gt;&lt;CODE class="wrappedText focusRow"&gt;/services/&amp;lt;FOLDER&amp;gt;/&amp;lt;SERVICE NAME&amp;gt;/FeatureServer/0/query?f=json&amp;amp;where&lt;/CODE&gt;&lt;CODE class="wrappedText focusRow"&gt;=1%3D1&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;outFields=network_id_number%2Cname%2Cdescription&lt;/CODE&gt;&lt;CODE class="wrappedText focusRow"&gt;%2Cmain_location_latitude_cleaned%2Cmain_location_longitude_cleaned%2Cobjectid%2Cregion&amp;amp;outSR=102100&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i refresh the page i can get the points to load but when i execute my GP tool i always get this error and refresh doe snot help since the graphics are burnt up in the process of reloading the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the same results in Chrome and IE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the server side their are no errors and the debug logs show that everything on the back end is working correctly. Installing Fiddler now to see if that can shed some light on the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my proxy config (configured for testing from the dev env and from the web server)&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1414090929798958 jive_text_macro" jivemacro_uid="_1414090929798958" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;ProxyConfig allowedReferers = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;URL TO PAGE&amp;gt;/TowerMap/,*" mustMatch = "false"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrls&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;CODE class="wrappedText focusRow"&gt;&amp;lt;MY SERVER/ Web ADAPTOR&amp;gt;&lt;/CODE&gt;/rest/services/&amp;lt;ROOT FOLDER FOR SERVICES&amp;gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll = "true"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; accessToken="&amp;lt;PRETTY TOKEN&amp;gt;"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serverUrls&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/ProxyConfig&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is how i am building my proxy rules (intending to proxy all requests to my GIS server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14140910614351934 jive_text_macro" jivemacro_uid="_14140910614351934" modifiedtitle="true"&gt;
&lt;P&gt;//set proxy rules&lt;/P&gt;
&lt;P&gt;UrlUtils.addProxyRule(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urlPrefix: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;CODE class="wrappedText focusRow"&gt;&amp;lt;MY SERVER/ Web ADAPTOR&amp;gt;&lt;/CODE&gt;/rest/services",&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proxyUrl: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;CODE class="wrappedText focusRow"&gt;&amp;lt;MY PROXY&amp;gt;&lt;/CODE&gt;/proxy.ashx"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there is anything else i can provide. I will report back if Fiddler sheds any light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For any Esri folk reading this this is currently logged as Esri Case #01574648 and the last i heard from the analyst was&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;"I did some testing this morning trying to configure your application folder with my proxy folder which got the same error as you got, and I even tried to use my own secured map service which turns out the same result."&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 19:16:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-causing-issues-with-layer-and-gp-results/m-p/73673#M6661</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2014-10-23T19:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy causing issues with layer and GP results display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-causing-issues-with-layer-and-gp-results/m-p/73674#M6662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so i think we have figured out the issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to proxy SSL requests to map services and this pretty much just blows up the security chain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question has now changed to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would setting up a reverse proxy on my web server work to proxy SSL requests?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 16:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-causing-issues-with-layer-and-gp-results/m-p/73674#M6662</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2014-10-24T16:34:51Z</dc:date>
    </item>
  </channel>
</rss>

