usebruno / bruno

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

JSON body cut off at 4872 characters #2503

Open carlosgarciasilac opened 5 months ago

carlosgarciasilac commented 5 months 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 5 months 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