zaidka / cliget

A Firefox addon to download login-protected files from the command line
https://addons.mozilla.org/en-US/firefox/addon/cliget/
Mozilla Public License 2.0
357 stars 57 forks source link

Call HTTP API with curl url #49

Open weberjn opened 6 years ago

weberjn commented 6 years ago

I have written a Java Web Gui for curl, this complements with cliget:

https://github.com/weberjn/curlwebmanager

It would be nice, if you wouldn't need to copy&paste, but rather could click a button "send command" in cliget which would do a Post Request to an REST URL given in the options.

The request would correspond to the curl call

curl -X POST -u user:pass http://localhost:8080/curlmgr/curlapi<data>
zaidka commented 6 years ago

I want to keep cliget simple and to the point so I'm afraid that's not a feature I'm willing to implement. If we can somehow generalize this feature (e.g. call any external program) and find a way to implement it without complicating the UI for everybody else then it might be worth considering.