Rate Limiting a Web Application

Originally published at: Rate Limiting a Web Application – Xojo Programming Blog

In this blog post I’ll show how to add rate limiting to your web application. Rate limiting is used to frustrate abuse of your application by limiting access. The same technique can be used to limit access to your API server by recording the user’s ID instead of IP Address.

4 Likes