Forum Discussion

omar_padilla's avatar
omar_padilla
Icon for Altocumulus rankAltocumulus
Feb 13, 2019

HELP 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.

 

1 Reply

  • 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 }