-
Similar to https://www.unkey.com/blog/introducing-ratelimiting somehow
```ts
export default eventHandler((event) => {
const { user } = await getUserSession(event)
const { rateLimit } = await…
-
-
It appears the [`Link` (for pagination)](https://developer.github.com/v3/#pagination) and [`X-RateLimit-*`](https://developer.github.com/v3/#rate-limiting) headers are discarded and not inserted into …
-
I have followed as below but not able to figure out the issue.
builder.Services.AddMemoryCache();
builder.Services.Configure(options =>
{
options.GeneralRules = new List
{
new RateLim…
-
# Overview
As a user of NGINX Ingress Controller, I would like to enhance my Ingress resources with additional annotations that allow me to configure individual policy settings similar to [RateLimitin…
-
#3663 made the semaphore be held until download completed, this sparked other discussion on if the single semaphore (100 permits) is a good limit and how should we limit it.
Original thread: https:…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kong version (`$ kong version`)
Kong 3.8.0.0
### Current Behavior
No usage headers such as `X-Rate…
-
**Describe the bug**
It seems like having many private leagues, while logging into Exilence, we exceed rate limit, and this is repeated in cycle, exceeding rate limit over and over.
Erro:
Initial…
-
icco updated
10 years ago
-
Ratelimit the amount of
- [ ] All actions (by IP)
- [ ] Entry creations (by user)
- [ ] Entry edits (by user)
- [ ] User account creations (by IP)
Note that when I say "by IP", I mean by hashed…