Forum Discussion
mcaballe_135435
Nimbostratus
Jul 02, 2014Is there a way to trigger an iRule twice?
Im attempting to clone request/response data and send it off to a pool for later analysis. I couldn't use the traditional cloning method so I used a sideband server.
I have two iRules:
The...
mcaballe_135435
Nimbostratus
Jul 02, 2014when HTTP_REQUEST { log local0. "Original URI: [HTTP::uri]" HTTP::uri "/ids/sink"
print to see if the URI was changed log local0. "New URI: [HTTP::uri]"
print to see what is sent to this irule and forwarded to the pool HTTP::collect [HTTP::header Content-Length] log local0. "[HTTP::header Content-Length]" log local0. "[HTTP::request]"
Send to pool pool sink_pool
} local0. "[HTTP::request]"
Send to pool pool sink_pool
}
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