ASMAPMLTM
Sep 01, 2023Altostratus
Loadbalance a URL to 3 URLs
Hi Guys,
I have a requirement like
when HTTP_REQUEST {
if { [HTTP::path] equals "/exampletext"
it should loadbalance/roundrobin the redirection to 3 URLs shown below
"https://abc1ee.xyz.com/exampletext_1"
"https://abc2ee.xyz.com/exampletext_2"
"https://abc3ee.xyz.com/exampletext_3"
Kindly, help ! TIA