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

Forum Discussion

Chris_Miller's avatar
Chris_Miller
Icon for Altostratus rankAltostratus
Aug 20, 2010

OneConnect and Variables

Let's say I have an iRule like the one below: when HTTP_REQUEST { if { this is true } { set variable A } } when HTTP_RESPONSE { if { variable eq A } { do this } } I understand that my var...