Forum Discussion
Hungpm
Nimbostratus
Oct 10, 2019URL Path Based Routing
hi guys pls help me how to create URL path based routing to Pool server as thanks HungPm
Oct 10, 2019
Hi Hungpm,
You can use iRule.
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/images/*" { pool imagesBackendPool }
"/video/*" { pool videoBackendPool }
default { pool appGatewayBackendPool }
}
}
- HungpmOct 10, 2019
Nimbostratus
thanks for your reply i just upload new url path , about policy f5 ? i am new f5 pls help
thanks
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects