This is regarding rate limit issue in shield waf.
- If rate limit is 10r/s and we send 10 request in a second on what order the requestes will be counted in
- What will the sequence of requests landing in
- Ideally all requests should be passing what could be the reason if an intermittent request is failing due to rate limit
- If 12requests are passed ideally last two should be failed ...but if the 6th request is failing and last 2 are passing what could be the reason ...