Forum Discussion
rodrigo_Benzaqu
Nimbostratus
Dec 21, 2005Very Basic rule on 9X
I want to create a rule that match if the URL starts with :
/jm/searchXml
In 4.5 I use something like that :
if (http_uri starts_with "/jm/searchXml") {
use pool XML_JAVA
}
Can somebody help me ?
Thanks in advance.
Rodrigo
1 Reply
- Here you go...
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/jm/searchXml" } { pool XML_JAVA } }
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