HTTPS Redirect

From Tech-Wiki
Jump to: navigation, search

Back to iRules

#Redirects all to HTTPS keeps URI intact
when HTTP_REQUEST {
 HTTP::redirect https://[HTTP::host][HTTP::uri]
}