<?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: Proxy setting - Unable to Load - Status 403 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-setting-unable-to-load-status-403/m-p/546743#M50943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;a 403 is telling you that your current proxy security settings don't allow you to forward traffic from that specific address.&amp;nbsp; while developing it is safe to set the global "mustMatch" tag in proxy.config to false so that any page is forwarded, but on a live public site, you would want to set the value back to false and ensure that all servers which need to be communicated with are listed explicitly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ProxyConfig mustMatch="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://TestServer:6080/arcgis/rest/services/" rel="nofollow" target="_blank"&gt;http://TestServer:6080/arcgis/rest/services/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/serverUrl&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Mar 2013 23:25:48 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2013-03-15T23:25:48Z</dc:date>
    <item>
      <title>Proxy setting - Unable to Load - Status 403</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-setting-unable-to-load-status-403/m-p/546742#M50942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to set up the proxy for my web application because the request exceeds 2000 characters. I set up the proxy as described in ESRI site. When I run my application I get the error as shown below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000; font-style: italic; font-size: 2;"&gt;Unable to load &lt;BR /&gt;&lt;A href="http://localhost/proxy.ashx?http://TestServer:6080/arcgis/rest/services/MapLegalDescriptionFunction/GPServer/MapLegalDescription_Function/execute"&gt;http://localhost/proxy.ashx?http://TestServer:6080/arcgis/rest/services/MapLegalDescriptionFunction/GPServer/MapLegalDescription_Function/execute&lt;/A&gt; Status:403&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size:2;"&gt;I put my web application (one HTML page with javascript api code) and the two proxy files to my development machine's root folder. This machine is XP.&lt;BR /&gt;&lt;BR /&gt;I have Geoprocessing service running&amp;nbsp; on another machine (TestServer). When the length of GP request exceeds the limit, the application tries to use proxy and that is when I see the error above. This machine is Win 2008.&lt;BR /&gt;&lt;BR /&gt;Status 403 is Forbidden page error. &lt;BR /&gt;&lt;BR /&gt;Appreciate if anyone can help me with this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Cyril&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 15:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-setting-unable-to-load-status-403/m-p/546742#M50942</guid>
      <dc:creator>CyrilCherian</dc:creator>
      <dc:date>2013-03-15T15:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy setting - Unable to Load - Status 403</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-setting-unable-to-load-status-403/m-p/546743#M50943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;a 403 is telling you that your current proxy security settings don't allow you to forward traffic from that specific address.&amp;nbsp; while developing it is safe to set the global "mustMatch" tag in proxy.config to false so that any page is forwarded, but on a live public site, you would want to set the value back to false and ensure that all servers which need to be communicated with are listed explicitly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ProxyConfig mustMatch="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://TestServer:6080/arcgis/rest/services/" rel="nofollow" target="_blank"&gt;http://TestServer:6080/arcgis/rest/services/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/serverUrl&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 23:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proxy-setting-unable-to-load-status-403/m-p/546743#M50943</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-03-15T23:25:48Z</dc:date>
    </item>
  </channel>
</rss>

