Mercurial > p > roundup > code
diff CHANGES.txt @ 7156:6f09103a6522
[issue2551263] expose headers to rest clients
Expose headers for with rate limiting (X-RateLimiting*, Retry-After),
marking obsolete api endpoints (Sunset), and listing methods available
on an endpoint (Allow).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 23 Feb 2023 15:34:44 -0500 |
| parents | 89a59e46b3af |
| children | 765222ef4cec |
line wrap: on
line diff
--- a/CHANGES.txt Thu Feb 23 12:01:33 2023 -0500 +++ b/CHANGES.txt Thu Feb 23 15:34:44 2023 -0500 @@ -68,6 +68,8 @@ - Allow '*' and explicit origins in allowed_api_origins. Only return 'Access-Control-Allow-Credentials' when not matching '*'. Fixes security issue with rest when using '*'. +- issue2551263: In REST response expose rate limiting, sunset, allow + HTTP headers to calling javascript. Features:
