Forum Discussion

jafar_39850's avatar
jafar_39850
Icon for Nimbostratus rankNimbostratus
Jun 16, 2008

HTTP - HTTPS Redirection POST Content

OK, http to https redirection for our site works.   Here's the iRule code:   when HTTP_REQUEST { HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri] }     Now...