You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now i have one more problem. I am using proxy because i have large layerDef string to apply on each export request. Now its using the "get" request instead of "post". So is there any way or setting that i can use to make all the requests when using proxy as "post"?
Hi Everyone!
I am trying to use a secured map service with proxy. The following is the code for assigning proxy
var gisLayer = L.esri.dynamicMapLayer(mapServiceUrl, {
opacity: 0.8,
proxy: location.pathname + "proxy.ashx",
});
But its not using proxy to get the map image through export rest api.
I understand all the requests are going directly without proxy. Can anyone please help me to resolve this issue?
Thanks,
Srikanth
The text was updated successfully, but these errors were encountered: