Forum Discussion

mbleiweiss_2986's avatar
mbleiweiss_2986
Icon for Nimbostratus rankNimbostratus
Dec 08, 2016

iRule to append URI and send to pool members

I have the current iRule set up and working fine: when HTTP_REQUEST { switch [string tolower [HTTP::host]] { "clinicalapps.intouchstaging.com" { if { [HTTP::uri] equals "/osu" } { ...