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
Kemstar_50071
Aug 30, 2012Nimbostratus
tried this irule, not sure what's wrong, it blocks IE8 as well.
when HTTP_REQUEST {
if {not ([string tolower [HTTP::header User-Agent]] contains "MSIE 8.0")} {
HTTP::respond 200 content {
sorry, but the browser is not supported.
}
log local0. "Unhandled User Agent: [HTTP::header User-Agent]"
}
}
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