Forum Discussion

Artur_6388's avatar
Artur_6388
Icon for Nimbostratus rankNimbostratus
Jul 18, 2017
Solved

http to https redirection

http to https redirection

 

  • There should be a _sys_https_redirect in your irule list. If not:

    when HTTP_REQUEST {
           HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri]
        }
    

2 Replies

  • There should be a _sys_https_redirect in your irule list. If not:

    when HTTP_REQUEST {
           HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri]
        }
    
    • Artur_6388's avatar
      Artur_6388
      Icon for Nimbostratus rankNimbostratus

      Hi, thx. J just wanted to show Devcentral portal to someone and show how quickly You can get the answer. cheers, artur