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. This header would also be helpful on response of non-rejected(successful) requests
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.
Description
X-RateLimit-Resetheader onlyX-RateLimit-RemainingandX-RateLimit-LimitX-RateLimit-*headers communicated on a rejected response, here I believe it can be improved to include theX-RateLimit-Resetheader as per draft RFC. This header would also be helpful on response of non-rejected(successful) requestsThe 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.