I’m trying the rate limiting feature and so I have some questions for not have some surprises on my next billing.
If I set a filter "example.com/" , the urls from my subdomains will be counted (ex : api.example.com/, toto.example.com/*) ? I know it will not pass in the filter, but It will increment the counter of request for the billing ?
If I set a filter “example.com/*” and another “example.com/test” It will be counted 2 times as a request ? One by filter ? Or only one ?
Also, it’s possible to ignore assets in a filter like that by example: “example.com/*(!.js|!.css)” ?
Also do you know where I can find the number of requests charged for the current month ? I guess Its not in the analytics page because not all my 60 millions request passes by my rules defined in the rate limiter. Also in the “Billable usage” page there’s no statistics…
I currently dont know how much i will by billed in the end of month for the rate limiter and I cant calculate this. It’s normal ?
I have another question, I have set a filter with challenge. Some one know if the users dont pass the challenge the requests are charged for my billing ? I mean by example in a HTTP Flood attack, they wouldnt pass the challenge like that but it will be counted for my billing ?