For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

immu's avatar
immu
Icon for Cirrus rankCirrus
Feb 08, 2018

http to https redirection

Hi all

 

I need F5 Load balancer rule changes/procedure to redirect http traffic from one url ( https(https://xyz.com) another url

 

please let me know the step which need to be done for the same can be achieved.

 

Thanks

 

1 Reply

  • You can use the following and just type the URL you need to redirect to

     

    Example:

     

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

     

    or

     

    when HTTP_REQUEST { HTTP::redirect "; }

     

    Also if the URI is the same as the original site you can just attach it at the end "https://xyz.com[HTTP::uri]"

     

    I hope it helps! -Erika