Roundup Tracker - Issues

Message7726

Author rouilj
Recipients rouilj
Date 2023-02-23.02:43:11
Message-id <1677120191.61.0.787894746239.issue2551263@roundup.psfhosted.org>
In-reply-to
Currently none of the rate limiting headers are available to a rest client.

Have roundup return an 'Access-Control-Expose-Headers' header with at least the following 
value:

X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Limit-Period, Retry-
After, Allow, Sunset

This includes all the rate limit headers to throttle requests.
The allow header so it can determine how to query the endpoint.
The sunset header so it can see if it's using a deprecated API endpoint.

Ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers
History
Date User Action Args
2023-02-23 02:43:11rouiljsetrecipients: + rouilj
2023-02-23 02:43:11rouiljsetmessageid: <1677120191.61.0.787894746239.issue2551263@roundup.psfhosted.org>
2023-02-23 02:43:11rouiljlinkissue2551263 messages
2023-02-23 02:43:11rouiljcreate