Rate Limiting By IP #1283
Labels
good first issue
Magda Future
priority: medium
refined
Issues that have been refined, reviewed, estimated and are ready to work on
Description
Currently it's possible for anyone to hit any API as fast as they want. This has been mostly fine so far because the public APIs we expose aren't really that expensive (they just retrieve info which can be cached anyway), but it'd be wise to build this in, especially as we start exposing other, more expensive operations via API keys.
Acceptance Criteria
429
with an indication of when the next request can be made (try to do this in the most standard way possible).Technical Notes
The text was updated successfully, but these errors were encountered: