Rate Limiting

Created: 2022-07-07
Tags: #literature e


Rate limiting is a strategy for limiting network traffic.
Puts cap on how often someone repeats action within a certain timeframe –

For instance, trying to log in to an account.
Rate limiting can help stop certain kinds of malicious bot activity.
It can also reduce strain on web servers.