]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_FOLLOWLOCATION.md: s/Authentication:/Authorization:/
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Dec 2025 08:19:32 +0000 (09:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Dec 2025 09:50:24 +0000 (10:50 +0100)
Closes #19915

docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md

index f3e3b99bd3aa6cd7bef158f593c166b8b64d2ae5..f67f85c6f2f494ae0c7b026b98da0f3825e6c1a7 100644 (file)
@@ -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.