BIG-IP Solutions: Simple URL Redirects
Published Oct 25, 2018
Version 1.0Was this article helpful?
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