Problem with ESRI.Request

580
1
09-15-2013 07:23 PM
Pankajroy
New Contributor
Hi All,

Need to upload a zipped shape file using ESRI.Request. The problem i am facing is that the request always goes via proxy. Tried to configure proxy but it is giving lots of trouble. Is there any way to bypass the proxy. Tried

esri.config.defaults.io.proxyUrl = "http://localhost/Proxy/proxy.ashx";
esri.config.defaults.io.alwaysUseProxy = false;


But to no avail.

If it is cumpulsory to use proxy, please give me the steps to configure it properly.

Thanks in advance,
Pankaj Roy
0 Kudos
1 Reply
StephenLead
Regular Contributor III
If it is cumpulsory to use proxy, please give me the steps to configure it properly.


See the help file entry Using the proxy page for instructions on setting up the proxy, which is likely to be required for this task.
0 Kudos