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

Forum Discussion

Hungpm's avatar
Hungpm
Icon for Nimbostratus rankNimbostratus
Oct 10, 2019

URL Path Based Routing

hi guys

 

pls help me how to create URL path based routing to Pool server as

 

 

 

thanks

HungPm

2 Replies

  • Hi Hungpm,

    You can use iRule.

    when HTTP_REQUEST {
    	switch -glob [string tolower [HTTP::uri]] {
    		"/images/*" { pool imagesBackendPool }
    		"/video/*" { pool videoBackendPool }
    		default { pool appGatewayBackendPool }
    	}
    }
    • Hungpm's avatar
      Hungpm
      Icon for Nimbostratus rankNimbostratus

      thanks for your reply i just upload new url path , about policy f5 ? i am new f5 pls help

       

      thanks