-
need a global rate limit:
20:27 Like, not more than x requests per x minutes, globally.
need a per user rate limit:
20:27 20 seconds per target ip, 20 seconds per source ip
bsdlp updated
10 years ago
-
So in a DDoS scenario the config can be the following.
```
limit_req_zone $binary_remote_addr zone=one:10m rate=30r/m;
limit_conn_zone $binary_remote_addr zone=addr:10m;
location ~ \.mp4$ {
limit_co…
-
Good day Sirs,
I read Rate Limit documentation that is published by the link https://www.getambassador.io/docs/emissary/latest/topics/using/rate-limits/#attaching-labels-to-requests And found that …
-
### Contact Details
597195371@qq.com
### Node type
RPC
### Which network are you running?
mainnet
### What happened?
Node Issue: After upgrading to version 2.3.0, the transaction status query i…
-
### Self-Hosted Version
24.8.0
### CPU Architecture
x86_64
### Docker Version
27.2.0
### Docker Compose Version
2.29.2
### Steps to Reproduce
Clone the self-hosted Sentry repository.
### Sen…
-
hi, I use the "ngx_mruby stream module";
now I want to limit the client's data transmission speed,
for example:
if Nginx::Stream::Connection.remote_ip == "127.0.0.1"
I want to limit the rat…
-
Today at around 18 CET, there was already a rate limit for the 10k tests per day and the error message said we have to wait midnight PT, which is 9 CET (so the app is unusable more than half a day).
…
baptx updated
10 months ago
-
# Context
API Umbrella currently supports rate limiting by IP address and API Key.
# Idea
> As an API Owner
I would like to create a rate limit rule based on a specific request header
so that I…
-
As @lennyburdette said in https://github.com/apollographql/router/issues/1347#issuecomment-1200876058, the current implementation of rate limiting is a global one, not a per client one. I think it's a…
-
TCAT currently notifies the user when rate limits are encountered. Rate limits are reported per IP address from which tweets are captured. It'd be great if we could export per query bin and per time p…