How do I disable non-200 OK response cache in the API.
For one of our API endpoints, we have implemented our optional throttle mechanism and we send a 429 HTTP response.
The goal is for the client to repeat the request after a short time, when the server is ready to execute it, but now it happens that the API gateway caches the initial response and continues to send it from the cache.
titel source
share