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

Forum Discussion

Jim_Mathers_131's avatar
Jim_Mathers_131
Icon for Nimbostratus rankNimbostratus
Apr 18, 2017

Check for persistence entry before invoking HTTP::respond 200 content

Hello, I've the following simple iRule that sends a Sorry Server message when no Pool Members are active: when HTTP_REQUEST { if { [active_members [LB::server pool]] == 0 } { HTTP::r...