Open dodalovicgran opened 5 months ago
Hi, I'm trying to achieve this with bruno, but this way of posting application/octet-stream seems not to be possible:
curl -X 'POST' \ 'https://foo.bar/binary?userMessageId=123' \ -H 'accept: application/json' \ -H 'tokenType: jwt' \ -H 'userId: 456' \ -H 'vehicleId: 789' \ -H 'Content-Type: application/octet-stream' \ --data-binary '@temp.txt'
No response
https://github.com/usebruno/bruno/discussions/385#discussioncomment-7196674
try this script and see if it satisfies your needs ?
I have checked the following:
Describe the bug
Hi, I'm trying to achieve this with bruno, but this way of posting application/octet-stream seems not to be possible:
.bru file to reproduce the bug
No response
Screenshots/Live demo link