Forum Discussion
saurabhk_321062
Nimbostratus
Aug 14, 2017Need to redirect a specific URL to a particular node in a pool
I have 3 VIP:
VIP1: 1.1.1.1:80
VIP2: 1.1.1.1:443
VIP3: 1.1.1.1:8080
The pool members within these 3 VIPs are:
member1: 2.2.2.1
member2: 2.2.2.2
member3: 2.2.2.3
I want to redirect a specifi...
Snl
Cirrostratus
Aug 14, 2017try below
Code
when HTTP_REQUEST {
if { [HTTP::uri] equals "abc.com/APICherwell" } {
node 2.2.2.3 80
else {
pool default_pool }} }
}
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