javascript - IE11 permission denied when using domain name -


we have enterprise application using documentum webtop, accessing through ie11

when using 1 functionality accessing application through ip address, working fine. when go through assigned domain name, giving permission denied error in js , functionality not working.

enter image description here

ie11 not supported problem it's ie11 has brand new user-agent

mozilla/5.0 (windows nt 6.3; trident/7.0; rv:11.0) gecko

that has not msie inside. old javascript can fail because of that.

try force compatibility mode on browser check if old style user agent solve problem.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

django - CSRF verification failed. Request aborted. CSRF cookie not set -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -