Forum Discussion
Robert_47833
Aug 18, 2011Altostratus
how to match string1?string2?
there is a string start with /cjj?cjj2,how to match it?
if{
$uri matches_regex "^/cjj?cjj2"
}
{ persist none
HTTP::redirect "http://www.stubhub.com/404.html"
}
do...
Kevin_Davies_40
Aug 18, 2011Nacreous
if { $uri starts_with {/cjj?cjj2} } {
{
... rest of code
}
}
Kevin (Jarvil)
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