kayx23 opened a new issue, #9255: URL: https://github.com/apache/apisix/issues/9255
### Current Behavior Previous discussion can be found here: https://www.mail-archive.com/[email protected]/msg05298.html Notably the following: > The rate-limit plugin currently defaults to 503 HTTP response code for requests exceeding the configured rate limit. HTTP `429 Too Many Requests` seems to be a better fit: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429 > > 503 was initially used because Nginx's limit_req_status also uses 503 as the default. However, Nginx made its decision long before 429 became popular. This isn't a bug per se, but an enhancement, which has been noted should be announced as a breaking change. Plugins in question: * limit-conn * limit-count * limit-req ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce https://docs.api7.ai/apisix/getting-started/rate-limiting ### Environment APISIX version 3.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
