Closed FinnRG closed 2 weeks ago
How does the frontend deal with / show the user the HTTP status 429 Too Many Requests?
How does the frontend deal with / show the user the HTTP status 429 Too Many Requests?
There will be a custom 429 error page using the same mechanism as the other error pages.
Closes #1596 and adds a 40 req/minute sliding window rate limit and a max. 4 concurrent requests limit for /details endpoints.