-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi, pls explaine for me. I want use rate limit for my URL https://site.dom/login .
And use
`
"host": ["*.site.dom"]
}
],
"handle": [
{
"handler": "rate_limit",
"key": "{path.zak}",
"rate": "1r/m",
"zone_size": 10000,
"reject_status": 429
},
and all time get response code 200 .
I expercted get 429 code during repeate of requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels