Forum Discussion

pedinopa_170325's avatar
pedinopa_170325
Icon for Nimbostratus rankNimbostratus
Mar 07, 2016

iRule to select specific pool member

I am writing an irule to select a specific pool node based or the uri string.   when HTTP_REQUEST { switch -glob [string tolower [HTTP::uri]] { "/node1" { node 80 } ...