Forum Discussion
Richard_Kim_270
Nimbostratus
Jan 11, 2007iRule for starts with "reports/" data group?
I'm looking for an iRule that will redirect the request to a pool if the URL contains a "/reports/* in the URL path. Currently I am using:
when HTTP_REQUEST {
if { [matchclass [...
JRahm
Admin
Jan 11, 2007Try this:
when HTTP_REQUEST {
if { [matchclass [string tolower [HTTP::uri]] contains $::Report_Strings] } {
pool RP_pool_1
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
