Forum Discussion

vaibhav_MD_2489's avatar
vaibhav_MD_2489
Icon for Nimbostratus rankNimbostratus
Nov 01, 2018
Solved

Should 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...
  • Samir_Jha_52506's avatar
    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
                        } 
                    }