Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.08k stars 423 forks source link

Warning: The content type of response is application/json, while response body is not a valid json string #1255

Closed VanThen60hz closed 3 months ago

VanThen60hz commented 3 months ago

HTTP/1.1 400 Bad Request Content-Type: application/json; charset=utf-8 Date: Mon, 18 Mar 2024 17:01:54 GMT Content-Length: 173 Connection: close

{"message":"Could not parse request data"}{"event":{"ID":1,"Name":"","Description":"","Location":"","DateTime":"0001-01-01T00:00:00Z","UserID":1},"message":"Event created!"}

How can I get the response body in JSON format?

VanThen60hz commented 3 months ago

Oops my fault, i give wrong request body