Forum Discussion
irule to emulate IE10
Is there an irule to emulate IE10 like the rule below to emulate IE9? I read somewhere that this is ignored in newer version of IE.
when HTTP_RESPONSE { HTTP::header insert "X-UA-Compatible" "IE=EmulateIE9" }
1 Reply
Hi Peter,
i duno if IE11+ would accept an value of "IE=EmulateIE10" nor if IE11+ would be able to emulate IE10. But you may force IE11+ to use only IE10 features by using...
when HTTP_RESPONSE { HTTP::header insert "X-UA-Compatible" "IE=10" }For further reading: https://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx
F12 developer tools: https://msdn.microsoft.com/library/dn255001(v=vs.85).aspx
Cheers, Kai
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com