Forum Discussion
stwelsch_88132
Nimbostratus
Sep 12, 2012iRule to restrict specific browsers
I have never done an iRule like this before, any suggestions?
Kevin_Stewart
Employee
Sep 12, 2012Something like this:
when HTTP_REQUEST {
if { [HTTP::header User-Agent] contains "MSIE" } {
... do something
}
}
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