OpenSpeedTest™
OpenSpeedTest™
@tvcat OST will test the speed between you and the hosted server. I have never used Laragon. Make sure it uses HTTP/1.1, POSTs to static files, or returns 200 after...
If you run a speed test from the same machine, it will send and receive data to itself, resulting in very high numbers. If you use any other device as...
Yes, Script will make a POST request with some parameters and values. You need to handle the request at the server side (you need to write your own code at...
Enable it and look at the browser console to view the POST request. 4500 is just an example. You need to replace the URL with your own database handling URL,...
Declare a variable named `OpenSpeedTestdb` and initialize it to `0`. This is not related to this topic, but it is a known issue that I will fix very soon.
// This will match the protocol http or https used by the browser. You can also specify https://
It's already planned, but it won't be happening in the near future. Prior to that, we have to create our own Server in a low-level language, which isn't a simple...
I don't have a configuration with rate limiting. You can check the Nginx Guides online. In general, both the limit_conn_module and limit_req_module are included in the standard NGINX package and...
When the server is running, it can be accessed from multiple NICs on the server. The UI will display only one IP address, but the service is available on all...
No, but there will soon be a command-line client.