UI to run a ping test on any host using http
or https
protocol
The JavaScript responsible for the ping uses
fetch
functionality withno-cors
mode to avoid being blocked by CORS pre-flight request.
💡 The demo link uses GitHub preview page, so the ping rate is from GitHub's server locations. Also ensure to set
protocol
as HTTPS when using the demo link.