What is the best way to test/check if a server is online & responsive? I can't just ping it because a server can be set to not respond to ping requests.
So is there another way to do this? I have the url for the server(s) I want to check. Thanks...