bruno
bruno copied to clipboard
Extra quotes added when request body is a simple text as JSON
When I pass a text in the request body as JSON, Bruno add extra quotes.
Text is set (without quotes) in request body, the timeline shows "Text" :
> data "Text"
The server received the string but with extra quotes : ""Text""
Bruno should send the string Text without quotes :
> data Text