Rate Limiting
Rate Limiting prevents the scenario where one client sends too many requests, which starves the requests of other clients.
Rate Limiting Mechanisms:
Rate Limiting prevents the scenario where one client sends too many requests, which starves the requests of other clients.
Rate Limiting Mechanisms:
Pages linking to this page
| Title | Section |
|---|---|
| Brute Force Attack | fundamentals |
| DoS attack | fundamentals |
| Exponential Backoff | fundamentals |
| HTTP 429 | fundamentals |
| Retry Mechanism | fundamentals |