Forum Discussion
omar_padilla
Altocumulus
Feb 13, 2019HELP to redirect to pool member by uri ends whit /webex.com
hello, I have a query, I want to forward the outgoing traffic to a pool member every time it is in the url /webex.com I have investigated that for that I must inspect the ssl traffic, I have found a documentation on the iapp intercept, but I can not redirect the traffic with the template I just go the navigation someone has configured it before.
- RaghavendraSY
Altostratus
try similar to below one and let me know the status.
when HTTP_REQUEST { if { [HTTP::uri] ends_with "/webex.com" } { node 10.x.x.x 8080 } else { pool test_pool }
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