I need to ping IP address from java script, I found answers about using node.js but if I want to do it without, only clear java script, is it possible? and if it is how do I do that?
Asked
Active
Viewed 23 times
0
-
It is not possible to make a browser send icmp with Javascript. – DownloadPizza Sep 07 '22 at 08:40
-
Also this is a double duplicate btw – DownloadPizza Sep 07 '22 at 08:41
-
1https://stackoverflow.com/q/4282151/8997916 – DownloadPizza Sep 07 '22 at 08:42
-
1I think there is third party services that can do that for you but there is no way in javascript to do it. – Lk77 Sep 07 '22 at 08:43