Re: Rate limiting using HAProxy

2016-09-29 Thread Samrat Roy
Hello Sir, Please tell me is it possible to achieve the above scenario using HAproxy. Thanks Samrat On Tue, Sep 27, 2016 at 9:18 PM, Samrat Roy <samratroy@gmail.com> wrote: > Hello Sir, > > I am trying to implement rate limiting feature using HAroxy. My > requirement is t

Rate limiting using HAProxy

2016-09-27 Thread Samrat Roy
Hello Sir, I am trying to implement rate limiting feature using HAroxy. My requirement is to do rate limiting using a custom header . I have created the below config file. I have configured 40 request are allowed in 10 sec and anything above 40 should give 429 error. But I am facing one problem

Re: Help Needed || haproxy limiting the connection rate per user

2016-08-30 Thread Samrat Roy
wrote: > Greetings, > > On 08/26/2016 09:14 AM, Samrat Roy wrote: > > Hello Sir, > > > > down votefavorite > <http://stackoverflow.com/questions/39166887/haproxy-limiting-the-connection-rate-per-user#> > > I am trying to achieve rate limiting usin

Help Needed || haproxy limiting the connection rate per user

2016-08-26 Thread Samrat Roy
Hello Sir, down votefavorite I am trying to achieve rate limiting using HAProxy. I am trying to follow the "Limiting the connection rate per user" approach. I am able to achieve this by the below