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
- last edited on
04-Jun-2023
21:13
by
JimmyPackets
Hi MriMo,
when HTTP_REQUEST {
virtual vsname
}
22-Oct-2020
10:34
- last edited on
04-Jun-2023
21:13
by
JimmyPackets
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