API-8022
The request body uses a compression Rabt does not support
Why it happens
The request body has a Content-Encoding that Rabt does not support, so it was not read. Rabt accepts bodies that are uncompressed or compressed with gzip, deflate or br.
What to do
Send the body uncompressed, or compressed with gzip, deflate or br and the matching Content-Encoding header, then try again.
- HTTP status
- 415
- Retrying does not help