What is the Maximum limit that we can include in Body for POST method

Hi

What is the maximum limit that we can send in POST method.

I have a 10000-20000 records to be posted in Body to test Performance. It says 413Request Entity Too Large errorMessage.

Also when i tried to send as file it is not being picked up.

Can someone pls suggest me a solution here.
If the maximum limit needs to be changed somewhere pls direct me that or a solution for sending the json as a file

Thanks,
Honey

Hi @honeycle22,

The 413 Request Entity Too Large is coming from your server, not Postman. If youโ€™re running nginx, for example, I believe the default request body size limit is 1MB, but it can be configured. Youโ€™ll have to check your server configuration.

Best,

Kevin