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

Forum Discussion

natethegreat_23's avatar
natethegreat_23
Icon for Nimbostratus rankNimbostratus
Jul 25, 2017

iRule OR statement in URI

In my working iRule for the ASM, I am looking for a specific URI with the statement:   if { [HTTP::uri] starts_with "/abc/zyx/type1/text" } { "do action" } Now I would like to do the same actio...