Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 483 Bytes

File metadata and controls

27 lines (19 loc) · 483 Bytes

Steps

When working with a server where the content-lenght can be wrong when the response is returned, the CLI fails to send the request.

The same works on the GUI and with curl

  1. Install deps
npm i
  1. Run the server
node ./node/index.js
  1. Make a request either using the Bruno GUI / CLI / Curl
curl --request POST \
  --url http://localhost:8000/ \
  --header 'content-type: application/octet-stream' \
  --data-binary @bruno.png --output -