Forum Discussion
immu
Altostratus
Feb 08, 2018http 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
- Erika_I_Garner
Altostratus
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
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects