diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 14:46:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 14:46:56 +0000 |
commit | 411d0cb71512b3434b4f46e5540f756bba6eb69a (patch) | |
tree | c31331bfcd5da2671e08f3410ccba0b81ad6c936 | |
parent | 8b3946efda8206b3e16d0b7bafd000c4c1ce6906 (diff) | |
download | curl-411d0cb71512b3434b4f46e5540f756bba6eb69a.tar.gz |
minor format flaw
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index a718608e1..f477398a8 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -283,9 +283,9 @@ a .netrc file in the current user's home directory. (Added in 7.10.9) Pass a char * as parameter, which should be [user name]:[password] to use for the connection. Use \fICURLOPT_HTTPAUTH\fP to decide authentication method. -When using HTTP and \fCURLOPT_FOLLOWLOCATION\fP, libcurl might perform several -requests to possibly different hosts. libcurl will only send this user and -password information to hosts using the initial host name (unless +When using HTTP and \fICURLOPT_FOLLOWLOCATION\fP, libcurl might perform +several requests to possibly different hosts. libcurl will only send this user +and password information to hosts using the initial host name (unless \fICURLOPT_UNRESTRICTED_AUTH\fP is set), so if libcurl follows locations to other hosts it will not send the user and password to those. This is enforced to prevent accidental information leakage. |