say I have a php api like,
api.example.com/request.php?apikey=example123
.
In order not to speed up the processes on my hosting site, I just want the user to have 5 consecutive API calls that say they run on multiple tabs. And if they open the Sixth tab for example they get the request blocked. How is this possible? Or is it possible?
Any help or suggestion ?