Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Jun 03, 2011

switch -glob to match two or more than two conditions

Hi,I wanna to achieve this ,use switch -glob instead of if/else chain     if { [[TCP::local_port clientside] != 443] && [[HTTP::uri] starts_with "/mobile/auth"] }   {   HTTP::redirect "h...