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?
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 cancurlthe path all day long and it will not even once return a429. Here's my config:any idea why?