Search code examples
linuxweb-servicesrestbasic-authentication

Command-line RESTful service invoker for Linux?


Is there any sort of single-line command I could use on a Linux machine for invoking a web service over SSL using Basic Authentication? It seems to me there should be, but my Google-fu seems to be lacking.


Solution

  • Curl is good enough. SSL and many auth types are supported.