Forum Discussion
Probe query
Client has configured IsAvailable":true in the web server. He wants https health probe to be configured on ltm so that the probe should query IsAvailable":true to the server.Also the expect status should be set as 200 304
Could somebody share the send & recieve string to be set on the probe.. Thanks!
- Daniel_VarelaEmployee
Send string: GET /whatever_you_are_checking HTTP/1.1\r\nHost: hostname\n\rConnection: Close\r\n\r\n
whatever_you_are_checking can be something like /control/healthcheck?serverid=1 or /healthcheck, these arejust examples.
hostname is your hostname like
receive string, if you only need 200 and 304 you can add HTTP\/1.1\s[200|304]
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com