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...
nitass
Jun 06, 2011Employee
when HTTP_REQUEST {
if {[active_members [LB::server pool]] < 1} {
if {[string tolower [HTTP::header User-Agent]] contains "msie 7"} {
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