Understand the targets' health checks
Understanding the targets' health checks will make it easier to troubleshoot.
Understanding HTTP targets' health checks
curl -v -X OPTIONS http://203.0.118.89* processing: http://203.0.118.89
* Trying 203.0.118.89:80...
* Connected to 203.0.118.89 (203.0.118.89) port 80
> OPTIONS / HTTP/1.1
> Host: 203.0.118.89
> User-Agent: curl/8.2.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Tue, 14 Nov 2023 17:52:04 GMT
< Server: Apache/2.4.57 (Debian)
< Allow: GET,POST,OPTIONS,HEAD
< Content-Length: 0
< Content-Type: text/htmlUnderstanding TCP targets' health checks
Last updated
Was this helpful?