mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:47:27 +03:00
CURLOPT_FOLLOWLOCATION.md: s/Authentication:/Authorization:/
Closes #19915
This commit is contained in:
parent
b11b67c96f
commit
2180d7b4bc
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ or just lacks features, it is easy to instead implement your own redirect
|
|||
follow logic with the use of curl_easy_getinfo(3)'s CURLINFO_REDIRECT_URL(3)
|
||||
option instead of using CURLOPT_FOLLOWLOCATION(3).
|
||||
|
||||
By default, libcurl only sends `Authentication:` or explicitly set `Cookie:`
|
||||
By default, libcurl only sends `Authorization:` or explicitly set `Cookie:`
|
||||
headers to the initial host given in the original URL, to avoid leaking
|
||||
username + password to other sites. CURLOPT_UNRESTRICTED_AUTH(3) is provided
|
||||
to change that behavior.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue