Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

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" } { ...