Forum Discussion
Nov 25, 2014
BIG-IP irule : determine page-type
F5 BIG-IP Virtual Edition v11.4.1 (Build 635.0) LTM on ESXi
Request urls can be in following forms :
www.gofish.com
www.gofish.com/barracuda
www.gofish.com/sharks/blacknose
www.gofish.com/speci...
Andreas_Lamprec
Nov 26, 2014Nimbostratus
i would use a TCL construct like this
when HTTP_REQUEST {
if { [HTTP::uri] matches_regex {(html?|aspx)$} } {
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