Forum Discussion

cwdusheke's avatar
cwdusheke
Icon for Nimbostratus rankNimbostratus
Jan 23, 2020
Solved

irule - converting if to switch

I am trying to convert my irule from using the if to the switch. Here' s an email of my old irule.   when HTTP_REQUEST { if { (([HTTP::host] contains "abc1.com") && ([HTTP::uri] == "/" )) }{ ...