HTTPS Redirect

From Tech-Wiki
Revision as of 18:43, 20 May 2019 by Fabricio.Lima (Talk | contribs) (Created page with "Category:F5 Networks '''Back to iRules''' #Redirects all to HTTPS keeps URI intact when HTTP_REQUEST { HTTP::redirect https://[HTTP::host][HTTP...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to iRules

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