Forum Discussion
vaibhav_MD_2489
Nimbostratus
Nov 01, 2018Should I Use iRule or there is any other way to move traffic on other server. while useing xyz.com/new instead of xyz.com
Hi Hope you are doing good.
I have hosted one URL "https://webside.shop.com"; with VIP 10.10.10.10, there are three pool members server-1, server-2 server-3
Application owner installed addition s...
- Nov 01, 2018
You can write some thing like this.
when HTTP_REQUEST { if {[string tolower [HTTP::uri]] starts_with "/new_function" } { node 10.1.2.200 80 2nd Pool member } }
Samir_Jha_52506
Noctilucent
Nov 01, 2018You can write some thing like this.
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/new_function" } {
node 10.1.2.200 80 2nd Pool member
}
}
- vaibhav_MD_2489Nov 02, 2018
Nimbostratus
Dear f5_rock.
Thanks a lot for you kind support. I have done this with below iRule.
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/digitalpmsmart" } { pool pmsmart_digitalpmsmart_pool } else { pool pmsmart.hcl.com_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