Hi,
We have a rate limit mechanism listening for HTTP 429 responses, using header 'X-Rate-Limit-Reset' to determine for how many seconds to wait before retrying the request.
The issue is that Tripletex is not returning the 'X-Rate-Limit-Reset' header when issuing an HTTP 429 response.
Can this be fixed?