Skip to content

sid-bruno/bru-cli-binary-content-lenght-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors