Rate Limiting a 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.

Published January 12, 2023 by Wayne Golding