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

Forum Discussion

Mike_Pones_6391's avatar
Mike_Pones_6391
Icon for Nimbostratus rankNimbostratus
Sep 02, 2005

Performance Using a Rule

Here is the rule I have setup:     if (http_uri contains "testing") {   redirect to "https://%h/%u"   }   else if (http_uri contains "test2") {   use pool Test-Pool1   } ...