JamesCrk
Nov 15, 2023Cirrus
F5 irule redirect with healthcheck
Hi guys,
how can we do something like so:
when HTTP_REQUEST {
if { [HTTP::host] eq "mainsite.com" } {
(check here is http://site1.com up and responding - if yes)
HTTP::redirect http://site1.com
} Else {
HTTP::redirect http://site2.com
}
}