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
I've searched existing issues and found nothing related to my issue.
Describe the bug
I see other issues referencing binary data in the bruno app, eg showing image in preview window, and downloading the response to file. But I am having issue with using binary data using bruno-cli in the response object. I have res.body which is of string type, and contains lots of UTF-8 Replacement Character instances.
Am I missing something, or is there no way of getting the raw binary data from the response in post-response or tests sections?
.bru file to reproduce the bug
No response
Screenshots/Live demo link
this is using the cli runner
The text was updated successfully, but these errors were encountered:
It would be preferable if the cli and electron app use the same basic request processing. Right now there seem to be two implementations with different behavior.
I have checked the following:
Describe the bug
I see other issues referencing binary data in the bruno app, eg showing image in preview window, and downloading the response to file. But I am having issue with using binary data using bruno-cli in the response object. I have
res.body
which is of string type, and contains lots of UTF-8 Replacement Character instances.Am I missing something, or is there no way of getting the raw binary data from the response in
post-response
ortests
sections?.bru file to reproduce the bug
No response
Screenshots/Live demo link
this is using the cli runner
The text was updated successfully, but these errors were encountered: