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

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -