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

Forum Discussion

Patrick_Dong_70's avatar
Patrick_Dong_70
Icon for Nimbostratus rankNimbostratus
Sep 26, 2005

Redirect from hostname to application

Hi,     I want to write a rule in our big ip as below:     if (http_uri == "/")   {   redirect to "http://%h/myapp"   }   else   {   use pool mytestpool   ...