Adding proxy support for curl requests.
The option --proxy needs a proxy URL and supports any authentication method (HTTP, HTTPS,...) thanks to curl option --proxy-anyauth.
The option --proxy-user is not mandatory but allows you to set your proxy credentials in this format : user:pass.
Example : mcbash --proxy http://localhost:12345 --proxy-user myname:mypass
Adding proxy support for curl requests. The option
--proxy
needs a proxy URL and supports any authentication method (HTTP, HTTPS,...) thanks to curl option--proxy-anyauth
. The option--proxy-user
is not mandatory but allows you to set your proxy credentials in this format :user:pass
.Example :
mcbash --proxy http://localhost:12345 --proxy-user myname:mypass