flags added for auth options (basic, digest, ntlm, negotiate). But not implemented yet.
comment lines added
<username:password> encoded to base64 for --proxy-basic.
Changes
--proxy-user <user:pass> flag added. In default, this flag uses Basic auth. But, there are other auth methods like digest, ntlm, etc. That's why I added proxy-basic, --proxy-digest, --proxy-ntlm, --proxy-negotiate flags. But, these are except --proxy-basic have not implemented yet.
Flags:
-h, --help help for gURL
-x, --proxy string [protocol://]host[:port] Use this proxy
--proxy-basic Use Basic authentication on the proxy (default true)
--proxy-digest Use Digest authentication on the proxy
--proxy-negotiate Use HTTP Negotiate (SPNEGO) authentication on the proxy
--proxy-ntlm Use NTLM authentication on the proxy
-U, --proxy-user string <user:password> Proxy user and password
<username:password>
encoded tobase64
for--proxy-basic
.Changes
--proxy-user <user:pass>
flag added. In default, this flag uses Basic auth. But, there are other auth methods like digest, ntlm, etc. That's why I addedproxy-basic, --proxy-digest, --proxy-ntlm, --proxy-negotiate
flags. But, these are except--proxy-basic
have not implemented yet.Reference
Usage
Example Usage