I am currently trying to send a body request via HTTP Post that is larger than 1MB. However, my Postman Mock Server is giving me an error.
As a response i get:
“error”: {
“name”: “badRequest”,
“message”: “The request body sent by you exceeds the 1mb size limit.”
}
I’m hitting the Mock Server endpoint from Postman HTTP request.
My Endpoint is {{url}}/stock
Variable url: https://e62f6bc4xxx.mock.pstmn.io
My Body is in JSON Format and is 1.2mb big.
Postman mock servers have a limit of 1MB for the body of a request. This is a restriction in place to ensure the performance and reliability of our mock servers.
At this time, there’s no setting that allows you to increase this limit on a Postman mock server.