HAProxy uses below option to request a specific URL on a specific machine to perform actions like bringing it status to DOWN or UP. I am looking for a way to test that same website on remote machine from local.
ping from CMD checks either for hostname or the endpoint. And the host url I am trying to test is running on port 80 along with other host urls on the same port. So i am unable to test my specific url.
option httpchk GET / HTTP/1.1\r\nHost:\ www.testwebsite.com
Any solution for windows platform would be fine.
Thanks in advance