Forum Discussion
souravkayal_287
Nimbostratus
Jun 02, 2017help with IRULE commands
So i have a requiremnt of an irule where if the uri "xyz" i have a condition to not use any peristence , string tolower [HTTP::uri]] starts_with "xyz" . Now i have to add a few more uri like /abc/ e...
cjunior
Nacreous
Jun 02, 2017Hello, something like this?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/uristarts*" -
"*/uricontains/*" -
"*/uriends" {
persist none
}
}
}
Regards.
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