SolarJeans
Feb 21, 2023Cirrus
F5 HTTPS Health Mon
Hello,
I would like to set up a https health mon profile with send string "https"//x.x.x.x:1000/_check/health" and receive string is 200.
So the send string should be
GET /_check/health HTTP/1.1\r\nHost: x.x.x.x\r\nConnection: Close\r\n\r\n
Receive
200
And Alias Service Port 1000?
Thanks