22-Oct-2020 10:18
Would like to know the irule to redirect one VIP to another VIP, both are in port 443 and in the same LB.
Will the below work;
when HTTP_REQUEST {
HTTP::redirect "https://<VIP>"
}
Solved! Go to Solution.
22-Oct-2020 10:34
Hi MriMo,
when HTTP_REQUEST {
virtual vsname
}
https://clouddocs.f5.com/api/irules/virtual.html
22-Oct-2020 10:34
Hi MriMo,
when HTTP_REQUEST {
virtual vsname
}
https://clouddocs.f5.com/api/irules/virtual.html
22-Oct-2020 11:04
Thanks for the syntax, shall try & share the response
24-Oct-2020
04:36
- last edited on
24-Mar-2022
02:10
by
li-migration
Thanks it worked perfectly