Forum Discussion
Dexter
Jul 07, 2021Altostratus
Big-IP not recognized by Big-IQ
Dear Techs, I'm in a strange situation where I'm supposed to add both F5 Big-IP with Big-IQ. Both Big-IP and Big-IQ are in same subnet, so firewall isn't a question. The Big-IP are in HA....
Opps didn't see your second post...I would do this if you might have a query string that needs to stay.
when HTTP_REQUEST{
if {[HTTP::host] contains "test" }{
HTTP::path "[HTTP::path]/sc/pol"
}
}
or
when HTTP_REQUEST{
if {[HTTP::host] contains "test" }{
HTTP::uri "[HTTP::uri]/sc/pol"
}
}