Server Returns HTTP 429 Response as text/xml Instead of application/json when using REST API on Codebeamer
Applies To
- Codebeamer 21.09
Description
"bandwidthConfigs"
capacity as set through API Throttling, the Codebeamer server returns a response in form of string (content: text/xml
, message: "Too many requests"
) instead of application/json
, as it would be expected according to the OpenAPI specs:
"TooManyRequestsException": { "type": "object", "properties": { "message": { "type": "string" }, "resourceUri": { "type": "string" }, "retryAfterSecond": { "type": "integer", "format": "int64" } } }