Forum Discussion

Jessica_42876's avatar
Jessica_42876
Icon for Nimbostratus rankNimbostratus
Jun 25, 2018

Irule Redirect with SSL profiles

I have this irule   when HTTP_REQUEST { if {[string tolower [HTTP::host]] starts_with ";}{ HTTP::redirect "https://[string range [HTTP::host] 4 end][HTTP::uri]" } }   in a VS that has...