Client URL (CURL) is available in Windows 10 and can be used to test client to server connectivity.
For example, it can be used to check connectivity to a remote server web page where we expect to get a 200 OK returned from the server.
The following command can be used to on the command line to test for a response from the web page and show the HTTP header:
curl -I <enter url of web page here>
curl –help