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

Forum Discussion

wsanders_233261's avatar
wsanders_233261
Icon for Nimbostratus rankNimbostratus
Aug 23, 2017

Catching an exception in irule for a nonexistent pool

How would I catch an exception for a nonexistent pool? I have this irule hardwired to return a 503:   when HTTP_REQUEST { set HOST [ string tolower [HTTP::host] ] set VALUE "/" s...