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...
Dec 21, 2005
Here you go...
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/jm/searchXml" } {
pool XML_JAVA
}
}-Joe
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