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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -