Forum Discussion
collinz1_17223
Jun 06, 2011Nimbostratus
irule active_members <1 and MSIE 7
I have an irule that returns HTML when all pool members are down, this works fine, hower what i now want to do is return different HTML if users are using IE7. It would be great to be able to return...
collinz1_17223
Jun 06, 2011Nimbostratus
Thats great thanks. How would i specify multiple agents in the same line? I have tried the following as an example, but it doesnt appear to work:
when HTTP_REQUEST {
if {[active_members [LB::server pool]] < 1} {
if {[string tolower [HTTP::header User-Agent]] contains "msie 7" or "msie 6"} {
do something
} else {
do something else
}
}
}
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