-
We could add more types of rate limiters, it's up to you, everything is acceptable as long as it's not already implemented by someone else.
-
**Is your feature request related to a problem? Please describe.**
We have a read-only mirror for APIs, solo-apis (https://github.com/solo-io/solo-apis). The source of truth for the APIs are the proj…
-
I was intending on using `RateLimiterUnion` to rate limit requests my backend is making to a third-party API. The third-party API imposes the following rate limits:
- Max of 10 requests per second
-…
-
I note that of the APIs wrapped "out of the box", two are rate limited to one query per 15 minutes. While this is absurdly long in my mind, the question should be asked whom is responsible for enforci…
-
### Description:
Hi Rocket.Chat Team,
i'm calling "users.setStatus" with a separate user, lets call him "API" user, to set a status and a custom message to sync states between others systems with…
-
### What version of Go are you using (`go version`)?
1.6
### What operating system and processor architecture are you using (`go env`)?
darwin/amd64
### What did you do?
Using golang.org/x/ti…
-
Tracking issue for:
- [x] https://github.com/MiYazJE/Share-Videos/security/code-scanning/7
-
Currently we are using headers as drafted in this RFC: https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/
Given that this is not yet finalized we should maybe used custom X- pr…
-
Hi,
I'm using express-brute as a rate limiter for my API, allowing for example a maximum of 3600 requests per IP per hour. I would like to give some information regarding rate limit through headers…
-
### Background and motivation
Hi, I'm working on a Redis extension library on top of `Microsoft.AspNetCore.RateLimiting` (for multi-node deployments), using the new Rate Limiting support added in NET…