BIG-IP Solutions: Simple URL Redirects
Check out our "BIG-IP Solutions" series where we will dive into all kinds of cool features related to the BIG-IP. In this edition, I'll take a look at simple URL redirects where I'll show how to red...
Published Oct 25, 2018
Version 1.0ltwagnon
Ret. Employee
Joined May 15, 2019
ltwagnon
Ret. Employee
Joined May 15, 2019
Gilles_from_Lux
Dec 12, 2018Nimbostratus
Hi Vijay,
you can use Policies to do generic HTTP to HTTPS redirects. You can even use TCL in Policies.
Here an example to do a generic HTTP to HTTPS redirect:
Condition: No
Action: Redirect ==> tcl:https://[getfield [HTTP::host] : 1][HTTP::uri]
I hope this helps.
Kind regards,
Gilles