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
The proposal has been already implemented by Kong and RedHat 3Scale API Gateway.
Differences respect to the current implementation
The current implementation returns X-RateLimit-Reset with a unix timestamp.
This approach is not aligned with the Retry-After http header and is subject to clock skew from clients.
To fix it, we should just change the following line - eg. via a configuration parameter -
I wish
Sphinx to support this RateLimit Draft proposal (eg. via a configuration parameter):
The proposal has been already implemented by Kong and RedHat 3Scale API Gateway.
Differences respect to the current implementation
The current implementation returns
X-RateLimit-Reset
with a unix timestamp.This approach is not aligned with the
Retry-After
http header and is subject to clock skew from clients.To fix it, we should just change the following line - eg. via a configuration parameter -
sphinx/handlers/http.go
Line 107 in 2a1eb2c
The text was updated successfully, but these errors were encountered: