harmseru opened a new issue, #8381:
URL: https://github.com/apache/apisix/issues/8381

   ### Description
   
   - limit-count plugin does not communicate the `X-RateLimit-Reset` header 
only `X-RateLimit-Remaining` and `X-RateLimit-Limit`
   - There are no `X-RateLimit-*` headers communicated on a rejected response, 
here I believe it can be improved to include the 'X-RateLimit-Reset` header as 
per draft 
[RFC](https://www.ietf.org/archive/id/draft-polli-ratelimit-headers-02.html#name-ratelimit-reset).
   
   The improvement of this approach would be that consumers of an API know when 
they can attempt another API call without having to "poll" for sucessful 
responses with Retries.


-- 
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]

Reply via email to