While I was trying to perform a GET operation in POSTMAN. I got the error
Error: Maximum response size reached
then I read about-
Max response size: Option to limit the size of response (in Megabytes) that is rendered by Postman. If the limit is exceeded, Postman will inform you that the received response is large (default limit: 50 MB) and provide options to increase the size limit or download the response.
and my response was about 62 MB, so need to increase it
Click on Settings and the change the Max response size in MB to 100 to fix my problem.
2 comments:
Wow.. This saved my time a lot :)
THX!!!!
Post a Comment