Forum Discussion

DeVon_Jarvis's avatar
DeVon_Jarvis
Icon for Nimbostratus rankNimbostratus
Mar 09, 2009

HTTP::is_redirect error?

I have built this iRule to simulate the "Redirect_Rewrite modify" option.     when HTTP_REQUEST {   Save the host   set host [string tolower [HTTP::host]]   }   ...