Forum Discussion
Kemstar_50071
Aug 23, 2012Nimbostratus
Control Browser version
Need help, Is there a way to control IE version for accessing certain web applicaion that only support IE8 using iRule? and denial other browser version. Thanks
Aug 30, 2012
You are "string tolower'ing" the URI but comparing it to an upper case string so it will never match. Try
if { not ([string tolower [HTTP::header User-Agent]] contains "msie 8.0") }
And see if that helps...
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects