For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

yuanqiang_22112's avatar
yuanqiang_22112
Icon for Nimbostratus rankNimbostratus
Dec 20, 2016

pool special link base on destination url

hi I want to client users visit "; pool cnc_pool ,I write the irules ,please help ensure if it's right . when LB_SELECTED { if { [HTTP::uri] contains ";} { pool CNC_POOL } }

 

1 Reply

  • Hi,

    You can try this irule:

        when HTTP_REQUEST {
        if { [HTTP::host] equals "www.apple.com"} { pool CNC_POOL } 
    }