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

Forum Discussion

mbleiweiss_2986's avatar
mbleiweiss_2986
Icon for Nimbostratus rankNimbostratus
Dec 08, 2016

iRule to append URI and send to pool members

I have the current iRule set up and working fine: when HTTP_REQUEST { switch [string tolower [HTTP::host]] { "clinicalapps.intouchstaging.com" { if { [HTTP::uri] equals "/osu" } { ...