usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
21.93k stars 1.03k forks source link

JSON body cut off at 4872 characters #2503

Open carlosgarciasilac opened 2 weeks ago

carlosgarciasilac commented 2 weeks ago

I have checked the following:

Describe the bug

When sending large JSON bodies they always seem to be cut off at 4872 characters. Version 1.19.0

.bru file to reproduce the bug

test.bru.txt

Screenshots/Live demo link

Sent with Bruno: image Same request sent with Postman: image

jwetzell commented 2 weeks ago

@carlosgarciasilac The JSON in that test.bru.txt is not valid JSON. It has trailing commas on the last array element at lines 1002, 2004 and 2005