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

Forum Discussion

wkirk's avatar
wkirk
Icon for Nimbostratus rankNimbostratus
Jan 25, 2018

Using wildcard for multiple URI

We have an existing iRule and datagroup, when HTTP_REQUEST { set uri [HTTP::uri] if {[class match $uri starts_with DG1]} { pool POOL_SSL } if {[class match $uri eq DG_EXACT] or $uri eq "/"...