Hello Sir,

I am trying to implement rate limiting using HA proxy for my HTTP
restful services.

My requirement is to go implement below two scenario

1.URL based : Every API urls will have different throttle limit
2. Authorization header : Every client has unique authorization token so
using this I can have a throttle limit for each client.

I was trying to get help from various other blogs but could not find much
on this.

Please provide some examples or sample code for the same so that I can
achieve this functionality

Thanks
Sam

Reply via email to