Forum Discussion
Eduardo_Saito_1
Nimbostratus
Apr 17, 2007Oneconnect
Hey guys,
I'm working on an iRule script that uses a VS + OneConnect profile and I want to enable OneConnect only for a specific set of URIs.
I was taking a look at the manual...
Eduardo_Saito_1
Nimbostratus
Apr 18, 2007I'm trying this but both are using OneConnect. What I'm trying to do is to use OneConnect except for this specific URI.
What is wrong?
when HTTP_REQUEST {
Pegar URI.
set tmpUri [HTTP::uri]
Comparar
if { $tmpUri eq "/mspetshop/Images/title.gif" } {
ONECONNECT::reuse disable
log local0. "URI sem OC: $tmpUri"
} else {
log local0. "URI com OC: $tmpUri"
}
}Thanks!
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