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
- natheCirrocumulusKemstar,
- Colin and I discussed this on today's DevCentral Post of the Week
https://devcentral.f5.com/Multimedi...20823.aspx
-Joe
- Kemstar_50071NimbostratusThanks you all for the suggestions.
- Kemstar_50071Nimbostratustried this irule, not sure what's wrong, it blocks IE8 as well.
- Kemstar_50071Nimbostratustried this irule, not sure what's wrong, it blocks IE8 as well.
- 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") }
- Kemstar_50071NimbostratusThanks Joe, that works.
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