Testing large response

I have Get request that returns large amount of data(25MB) or I can use Accept-Encoding -gzip and receive 5MB of zipped data.
I tried to send both requests(with and without zip header) and postman crashes in both cases.
I tries to change Request timeout from 0 to 30 sec in order to avoid crash, but nothing helps.
Could you please advise something?

1 Like