From 765754d39d164a248b909092295d0a0aab294032 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 25 May 2004 14:44:25 +0000 Subject: --proxy-basic added for completeness --- docs/curl.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/curl.1') diff --git a/docs/curl.1 b/docs/curl.1 index 825e6fef5..f0f0b1a27 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -609,6 +609,13 @@ You may use this option as many times as you have number of URLs. (SSL) Pass phrase for the private key If this option is used several times, the last one will be used. +.IP "--proxy-basic" +Tells curl to use HTTP Basic authentication when communicating with the given +proxy. Use \fI--basic\fP for enabling HTTP Basic with a remote host. Basic is +the default authentication method curl uses with proxies. + +If this option is used twice, the second will again disable proxy HTTP Basic +authentication. .IP "--proxy-digest" Tells curl to use HTTP Digest authentication when communicating with the given proxy. Use \fI--digest\fP for enabling HTTP Digest with a remote host. -- cgit v1.2.3