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
Post a Comment