Hi All, I want to use Haproxy to do the Rate limiting the front end URL.
I tried the suggestions mentioned here. But, I see that using these, once it blocks it blocks for ever. So, this is like DDOS not the Rate limiting. My requirement is that the customer can access the URL /XYZ000/ at 1000 RPS and /ABC000/ at 2000 RPS for second if more that than the prescribed number of requests received then the extra should be rejected. How do we achieve the same ? I tried the following, but once it blocks , it blocks for ever which is like DDOS. Please help ! https://blog.codecentric.de/en/2014/12/haproxy-http-header-rate-limiting/ https://www.haproxy.com/blog/introduction-to-haproxy-maps/ Thanks, Santos

