Rate limit doesn´t work
I have a simple question
First of all
The basic plan has the feature Rate Limit to control the number of requests in a specific path for example?
I am trying to create a limit on specific paths but doesn´t work. My domain s like sandbox.corporate.dev and I am trying to put the rate limit on corporate.dev (main domain)
1 Reply
I´m trying to use paths and contains like this:
(http.request.uri.path contains "bx-sandbox.corporate.dev/bx/")
When rate exceeds:1 request
Period: 10 seconds
Block
Response code 429
but I already tried like "/"or "/feature"
any of them seem to work
Sounds weird
I will try this
same behavior =/