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://xyz?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
- Used my services in the newest version in sandbox ArcGIS API for JavaScript Sandbox . Worked fine on chrome, firefox, IOS, but NOT Edge (see above error).
- The same service displays fine in Flex and ARCMap online apps.
Any thoughts on tracking this down? I'm sure it has something to do with our network, but....
thanks,
Aubin