Questetra has a limit on the size of data that can be received via HTTP communication.
Limitations when Receiving HTTP Request
- In cases where the Content-Type is multipart/form-data
- 100 MB
- In cases where the Content-Type is other than multipart/form-data (such as application/x-www-form-urlencoded)
- 10 MB
- This applies to the data size of the entire HTTP request, including HTTP headers
- If the size of the HTTP request received with multipart/form-data exceeds 100 MB, a response with an empty response body is returned with status code 413
Comments
0 comments
Please sign in to leave a comment.