I tried using the ping command on a https page, but the message says that ping could not find the host. Is there some issue regarding ping and https?
feedback
|
|
The answear to your question(Can you get a reply from a HTTPS site using the Ping command?) is Yes, you can, as long as ICMP replies are enabled on the HTTPs site provider. However, it have nothing to do with HTTP or HTTPS: Ping will use ICMP protocol, it belongs to TCP/IP Internet Layer, which is a lower layer than HTTP or HTTPs(from Application Layer):
You can test with "cmd"(Windows Start button / type cmd on search box, open "cmd.exe"), then with ping:
If you try to ping a http URL, such it follows:
You will get the same error that you would get if trying to ping a https based url:
(An error something like that ping cant reach the requested adress will appear on both attempts). | ||||
|
feedback
|
|
| |||
|
feedback
|