Forum Discussion
leventogut_5438
Nimbostratus
Aug 20, 2007clone pool feature called from iRule
Hi all,
We have an Big IP and I am trying to use the clone pool feature from the iRule.
My aim is to clone the client side flow and then remove the cookie and send to the pool. ...
Colin_Walker_12
Sep 07, 2007Historic F5 Account
Have you tried using the clientside command yet? - Click here
It would look something like:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/clone_me" } {
clientside {clone pool clone_pool}
HTTP::cookie remove $::cookie
pool real_pool
} else {
pool real_pool
}
}The command is designed to make the iRule command in question fire in the clientside context. I haven't personally tested it with the clone pool command, but that's what it's there for, so I'd give that a shot first.
HTH,
Colin
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