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

Forum Discussion

ItayG_188662's avatar
ItayG_188662
Icon for Nimbostratus rankNimbostratus
Aug 02, 2018

iRule variable not being reset

Hello guys, I've the following iRule: when HTTP_REQUEST { if {[HTTP::uri] starts_with "/someuri"} { set time_to_change 1 } } when HTTP_RESPONSE { if {[info exi...