I have been using curl and curl_multi, but it takes about 500ms between each query.
I am sending for example https://www.apidomain.com/user=test&pass=test
It then should return an output of successful or unsuccessful.
How can I do this to run the url in a loop of 10 iterations, without curl, but with the speed of a millisecond or less?
Thanks!