Forum Discussion

F5Hopper_28651's avatar
F5Hopper_28651
Icon for Nimbostratus rankNimbostratus
Sep 20, 2012

string tolower? and HTTPS redirects

I have a few rules like this..   when HTTP_REQUEST {   if { [HTTP::uri] eq "/Recovery.aspx" } {   HTTP::redirect "https://qa.www.google.com/Recovery.aspx"   }   }   when H...