By veerareddy
I want to use nginx to rate limit access to my API end-points only when the origin server response code is 401(Unauthorized). I have searched everywhere and couldn’t find anything related to my issue so please let me know if this is doable with nginx. Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This isn’t something I’ve attempted and doing some searching shows that you’ve been looking around for an answer for this quite a bit lately :)
You can have nginx intercept upstream error messages, so with that turned on you could rate limit based on a 401 response in the same way as if that error was local to nginx.
This shows an example of the option to intercept upstream error codes.
You might want to try something like this: https://serverfault.com/questions/907860/nginx-limit-request-based-on-response-status-code
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.