18
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[vscode]Rest-Clientのエラー Header name must be a valid HTTP token ["{"] の解決

Last updated at Posted at 2020-10-24

VSCODEのエクステンション、REST Clientを使っていたら、↓のようなエラーが・・・。
image.png

他の箇所でPOSTのリクエストを設定した時は大丈夫だったのに、なんで!?と思ったら、
エクステンションの設定的に、ヘッダー設定とJSONの間に空行を入れる必要があった。
image.png

参考資料:https://github.com/Huachao/vscode-restclient/issues/430

18
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?