-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hey there,
I'm trying to protect a basicauth prompt against brute-forcing using rate_limit, but for some reason it just does not trigger. I can curl the path all day long and it will not even once return a 429. Here's my config:
handle_path /test {
rate_limit {query.id} 1r/m
basicauth {
something something
}
reverse_proxy ...
}
any idea why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels