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.

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
Post a Comment