vscode-restclient
vscode-restclient copied to clipboard
Header overflow error
- REST Client Version:
- VSCode Version:1.540.0
- OS Version: 10.4.6
Steps to Reproduce:
- Send a json request
- Parse Error: Header overflow shows up following the request.
Is there any workaround for the error when you send a request and receive this error?
I know there have been similar issues on Postman. I was wondering if anyone else has run into this issue.
This solution worked for me on windows.
In my case, setting the NODE_OPTIONS
environment variable to --max-http-header-size=65536
(64kb, default is 8kb)
I had to set it as a System Variable before it was picked up.