vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

Header overflow error

Open jmarx opened this issue 3 years ago • 1 comments

  • REST Client Version:
  • VSCode Version:1.540.0
  • OS Version: 10.4.6

Steps to Reproduce:

  1. Send a json request
  2. 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? Screen Shot 2021-04-18 at 8 39 28 PM

I know there have been similar issues on Postman. I was wondering if anyone else has run into this issue.

jmarx avatar Apr 19 '21 00:04 jmarx

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.

bramoo avatar Mar 01 '22 01:03 bramoo