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

Forum Discussion

Bartek's avatar
Bartek
Icon for Cirrus rankCirrus
Jun 10, 2020

Why do I get a Parse error for the iRule

The syntax is accepted by the F5: when HTTP_REQUEST {   if { [string tolower [HTTP::uri]] contains "liaison" } {      IP::idle_timeout 600      log local0. "Timeout set to [IP::idle_timeout]"   } }...