adrianglendinning
May 21, 2024Nimbostratus
redirect irule
Hi,
We are moving off A10s to F5s and we have an old a10 aflex rule which redirects certain traffic to a particular pool.
when HTTP_REQUEST {
if { [HTTP::uri] contains "<xyz>"} {
pool test-pool.domain.com-443
} else {
}
}
Could I get the syntax to get this working on the F5 please?
Thanks
Adrian