413 Response Payload Too Large
413 Response Payload Too Large
The HTTP 413 Payload Too Large response status code indicates that the response entity is larger than the limits defined by the server; the server might close the connection or return a Retry-After header field.
Possible solutions
- Check your filter parameters and apply values that will make the response smaller.
- In the case of POST, PUT or DELETE shrink size of the list of entities is passing.
For example, if a call tries to fetch the list of transactions for a large period:
/transactions?fromDate=2000-01-01&2020-01-01
413 Response 'payload too large' status code will be returned. You have to correct filter parameters to fetch the data you need.
Updated almost 3 years ago