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

Forum Discussion

François_Bégin_'s avatar
François_Bégin_
Icon for Nimbostratus rankNimbostratus
Mar 24, 2006

Stumped on iRule for SSL traffic

Hi,     I seem to be stumped here. I have an iRule that does re-direction based on HTTP:HOST.     when HTTP_REQUEST {   if { [HTTP::host] starts_with "billing.domain.com"} {   ...