You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users might want to return a HTTP 429 status code, which is technically the correct status code to return for quota violations.
To preserve backwards compatibility, it can be made configurable and defaulted to 403, giving the consumer of the library (e.g. the Apgee microgateway) the ability to override it to 429.
The text was updated successfully, but these errors were encountered:
volos/quota/common/lib/quota-connect.js
Line 120 in e70f25e
Some users might want to return a HTTP 429 status code, which is technically the correct status code to return for quota violations.
To preserve backwards compatibility, it can be made configurable and defaulted to 403, giving the consumer of the library (e.g. the Apgee microgateway) the ability to override it to 429.
The text was updated successfully, but these errors were encountered: