You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that there is an empty line between request URL and body;
Execute request;
VSCode will show error message Header must be in 'header name: header value' format, please also make sure there is a blank line between headers and body;
Add any valid header;
Ensure that there is an empty line between request URL and body;
Execute request;
Request succeeds.
As I mention, there is a workaround — create dummy (still valid) header and execute request. But behavior is clearly incorrect and error message is misleading.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Header must be in 'header name: header value' format, please also make sure there is a blank line between headers and body
;As I mention, there is a workaround — create dummy (still valid) header and execute request. But behavior is clearly incorrect and error message is misleading.
The text was updated successfully, but these errors were encountered: