Rate limiting API requests
Posted on 22 décembre 2018 · 3 min read
You have released a public API and you want to avoid abuse ? It is possible to limit access to a specific number of requests within periods of time. For example, if a user sends two successive requests when you only allow one request every 5 seconds, he will get the following answer :
Read more →Rate limit exceeded, please try again in 4 seconds.