javascript - internet explorer 11 access denied message for some but not all -


there number of complex gis web map sites popping since esri released web appbuilder framework. built on dojo (not jquery) , makes calls various external servers or api files , other resources. host 1 of these types of web applications , have discovered when people use ie, have problems loading site while others don't.

for example, take site: https://gis.yakimawa.gov/measure/ loads fine me in chrome , ff. if use internet explorer 11 doesn't load , console shows message saying "access denied" url https://yakima.maps.arcgis.com/sharing/portals/self?f=json&dojo.preventcache=1429730627189.

however, if open ie "run administrator" doesn't happen, , have learned hat if put ie ie8 or ie9 emulation doesn't have problem. if put ie10 or ie11 (edge default mode) error , rest of app won't load.

it seems me sort of cors related issue, can't understand why people use ie don't have issue , why myself don't have issue when run ie in different ways described.

error: access denied. {   [functions]: ,   __proto__: { },   _ssl: undefined,   description: "access denied. ",   log: undefined,   message: "access denied. ",   name: "error",   number: -2147024891,   response: { },   responsetext: undefined,   stack: "error: access denied. url "//yakima.maps.arcgis.com/sharing/portals/self?f=json&dojo.preventcache=1429748019532" 


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -