rest - Firefox Add-on RESTClient - How to send data-binary file in the request? -


i trying use restclient firefox add on post equivalent this:

curl -s -s -x post -h "content-type: application/zip" \   --data-binary @./cluster-config.zip \   http://${joining_host}:8001/admin/v1/cluster-config 

the idea using firefox addon (restclient) debug stuff until works. stuck because don't find way add file request (equivalent --data-binary parameter of curl)

how can include file in request in restclient firefox add-on?


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -