cliget icon indicating copy to clipboard operation
cliget copied to clipboard

Call HTTP API with curl url

Open weberjn opened this issue 7 years ago • 1 comments

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>

weberjn avatar Nov 24 '17 20:11 weberjn

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.

zaidka avatar Nov 27 '17 22:11 zaidka