Has anyone experienced the error “Response header too large” on web-version of Postman? Everything works fine in the desktop app . Looks like a bug to me.
To solve this problem you should use server side the “compression” module:
Ex. in Node
app.use(compression());
In Postman, you need to add a header:
key: “Application-Encoding” value: “apllication/gzip”