Forum Discussion

Fluidetom_12222's avatar
Oct 04, 2013

How to use only part of the uri ?

Hey, I have a very simple iRule to redirect the traffic to another URL if the uri start with a string (in my case "/api"). when HTTP_REQUEST { if { [HTTP::uri] starts_with "/api" } { ...