Our organization uses ARCGIS server, through which i host our services for my Javascript apps. However, while the basemap loads correctly, I cannot get my services to display in EDGE within our network and get the following errors in developer tools:
SEC7117: Network request to http://xxxxxx?f=json&callback=dojo.io.script.jsonp_dojoIoScript2._jsonpCallback did not succeed.
This Internet Explorer instance does not have the following capabilities: privateNetworkClientServer
SCRIPT7002: XMLHttpRequest: Network Error 0x2efd, Could not complete the operation due to error 00002efd.
watershed.html
I've
Any thoughts on tracking this down? I'm sure it has something to do with our network, but....
thanks,
Aubin
So I'm having the same error and I think the same problem. I'm not sure if your issue is the same but I only have the problem on our Internal network. If I try and acess the same page from outside our network, the page lo0ads fine so I suspect it is our firewall blocking the Cross site script header or something like that.