mirror of
https://github.com/curl/curl.git
synced 2025-09-28 23:16:48 +03:00
curl_easy_setopt.3: Removed wrong reference to CURLOPT_USERPASSWORD.
CURLOPT_HTTPAUTH was mentioning CURLOPT_USERPASSWORD instead of CURLOPT_PASSWORD. Reported by: Mike Henshaw
This commit is contained in:
parent
0b8cdc0635
commit
073ce06379
|
@ -827,7 +827,7 @@ below. If more than one bit is set, libcurl will first query the site to see
|
||||||
which authentication methods it supports and then pick the best one you allow
|
which authentication methods it supports and then pick the best one you allow
|
||||||
it to use. For some methods, this will induce an extra network round-trip. Set
|
it to use. For some methods, this will induce an extra network round-trip. Set
|
||||||
the actual name and password with the \fICURLOPT_USERPWD\fP option or
|
the actual name and password with the \fICURLOPT_USERPWD\fP option or
|
||||||
with the \fICURLOPT_USERNAME\fP and the \fICURLOPT_USERPASSWORD\fP options.
|
with the \fICURLOPT_USERNAME\fP and the \fICURLOPT_PASSWORD\fP options.
|
||||||
(Added in 7.10.6)
|
(Added in 7.10.6)
|
||||||
.RS
|
.RS
|
||||||
.IP CURLAUTH_BASIC
|
.IP CURLAUTH_BASIC
|
||||||
|
|
Loading…
Reference in New Issue
Block a user