Hi,
We are using the rest of the API of Zendesk.
If the rate limit surpasses, we get the invalid headers for the rate limits that are invalid as per Mozilla standards.
For example,
we are getting 429 status codes with the following headers.
retryAfter: 29
rateLimitReset: 29
rateLimitRemaining: 277
In the above example, it suggests hitting the API after 29, however, it shows a rate limit remaining with 277 which is conflicting.
Thank you.