Forum Discussion
tareq_cisco_367
Nimbostratus
Nov 10, 2018Pool Selection Based on URL
Dear all,
i have two link in same IP and same port as below
1- https://192.168.1.1/M123/indexDev.html need select pool M123
2- https://192.168.1.1/MSA/indexDev.html need select pool ...
Nandhini_Natara
Nimbostratus
Nov 13, 2018Hi,
Please try the below one.
when HTTP_REQUEST {
switch [string tolower [HTTP::uri]] {
"/msa/indexdev.html" {
Pool MSA
}
"/m123/indexdev.html" {
Pool M123
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
