<?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: esri.request not working in IE* in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177250#M16431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;The proxy config needed to be updated with "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com" rel="nofollow" target="_blank"&gt;http://www.arcgis.com&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently I haven't had a need for this one yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I lost Fiddler when IT upgraded me to Windows 7, but now that I broke all their rules again...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiddler exposed it, the Post and Host were different in the FF/Chrome request from the IE request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All fixed now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reminding me to get and use Fiddler.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2012 12:30:25 GMT</pubDate>
    <dc:creator>KeithSandell</dc:creator>
    <dc:date>2012-09-17T12:30:25Z</dc:date>
    <item>
      <title>esri.request not working in IE*</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177248#M16429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I dropped a copy of the "Add Shapefile" sample, &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/portal/portal_addshapefile.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/portal/portal_addshapefile.html&lt;/A&gt;&lt;SPAN&gt;, on my server, updated the css and proxy links and fired it up and it works fine in Chrome and FF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Btw, the actual sample running on Esri's box works fine in all browsers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In IE* when the esri.request fires it fails with error: "Unable to get value of the property 'value': object is null or undefined".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What might be the problem? Is there a work around?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
//use the rest generate operation to generate a feature collection from the zipped shapefile 
esri.request({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: portalUrl + '/sharing/rest/content/features/generate',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; content: myContent,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form: dojo.byId('uploadForm'),
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; handleAs: 'json',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load: dojo.hitch(this, function (response) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.byId('upload-status').innerHTML = '&amp;lt;b&amp;gt;Loaded: &amp;lt;/b&amp;gt;' + response.featureCollection.layers[0].layerDefinition.name;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addShapefileToMap(response.featureCollection);
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error: dojo.hitch(this, errorHandler)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:06:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177248#M16429</guid>
      <dc:creator>KeithSandell</dc:creator>
      <dc:date>2021-12-11T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: esri.request not working in IE*</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177249#M16430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you updated the proxy location then it should just work. Have you examined the requests using either the IE Dev tools or Fiddler to see if there are any issues?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 20:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177249#M16430</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-09-14T20:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: esri.request not working in IE*</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177250#M16431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;The proxy config needed to be updated with "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com" rel="nofollow" target="_blank"&gt;http://www.arcgis.com&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently I haven't had a need for this one yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I lost Fiddler when IT upgraded me to Windows 7, but now that I broke all their rules again...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiddler exposed it, the Post and Host were different in the FF/Chrome request from the IE request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All fixed now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reminding me to get and use Fiddler.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 12:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177250#M16431</guid>
      <dc:creator>KeithSandell</dc:creator>
      <dc:date>2012-09-17T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: esri.request not working in IE*</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177251#M16432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the same but got an "Access is denied error" in IE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Firefox and Chrome works fine but not in IE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ID dev tools shows the following 404 error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/arcgisserver/apis/javascript/proxy/proxy.ashx?http://www.arcgis.com/sharing/rest/content/features/generate"&gt;http://www.arcgis.com/arcgisserver/apis/javascript/proxy/proxy.ashx?http://www.arcgis.com/sharing/rest/content/features/generate&lt;/A&gt;&lt;SPAN&gt; POST 404 text/html &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/arcgisserver/apis/javascript/proxy/js/esri/arcgisonline/config.js"&gt;http://www.arcgis.com/arcgisserver/apis/javascript/proxy/js/esri/arcgisonline/config.js&lt;/A&gt;&lt;SPAN&gt; GET 404 text/html&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hint?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI: I change the proxy.ashx to the one on my local server instead of arcgis.com, I got another different error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unable to get value of the property 'value': object is null or undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error seems to be in esri's javascript I was not able to trace to exact line of code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yong&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The proxy config needed to be updated with "http://www.arcgis.com".&lt;BR /&gt;&lt;BR /&gt;Apparently I haven't had a need for this one yet.&lt;BR /&gt;&lt;BR /&gt;I lost Fiddler when IT upgraded me to Windows 7, but now that I broke all their rules again...&lt;BR /&gt;&lt;BR /&gt;Fiddler exposed it, the Post and Host were different in the FF/Chrome request from the IE request.&lt;BR /&gt;&lt;BR /&gt;All fixed now.&lt;BR /&gt;&lt;BR /&gt;Thanks for reminding me to get and use Fiddler.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 15:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177251#M16432</guid>
      <dc:creator>yongwang</dc:creator>
      <dc:date>2012-10-21T15:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: esri.request not working in IE*</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177252#M16433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting the same error in upload shapefile sample. Weird thing happening is that if I run sample from esri server, it works fine on my IE9 browser. But if I copy past the same code on my server and run it from there, then it gives "Unable to get value of the property 'value': object is null or undefined" error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;really need help with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 17:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177252#M16433</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2013-02-13T17:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: esri.request not working in IE*</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177253#M16434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been facing the same issue with the Add shapefile sample. I have tried everything from using a button/image instead of forms and even changed the proxy to my local working proxy but still it does not work..Any ideas plzzzz need some help urgently..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 16:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177253#M16434</guid>
      <dc:creator>VEERUTALREJA</dc:creator>
      <dc:date>2013-02-20T16:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: esri.request not working in IE*</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177254#M16435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your firewall might be blocking access to the ArcGIS.com Portal Service. Chrome and Firefox don't seem to need a proxy to access the service, but IE does. Try adding an exception in your firewall for the Portal Service or change your IE security options to add the Portal Service to the Trusted Sites list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 21:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-request-not-working-in-ie/m-p/177254#M16435</guid>
      <dc:creator>JesvinValencia</dc:creator>
      <dc:date>2013-03-08T21:16:44Z</dc:date>
    </item>
  </channel>
</rss>

