From: Daniel Stenberg Date: Tue, 10 Sep 2024 12:22:10 +0000 (+0200) Subject: CURLOPT_COOKIE.md: tiny language edit X-Git-Tag: curl-8_10_0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aef8b97b3f217db2f8a324799305cf303e7e1a3;p=thirdparty%2Fcurl.git CURLOPT_COOKIE.md: tiny language edit --- diff --git a/docs/libcurl/opts/CURLOPT_COOKIE.md b/docs/libcurl/opts/CURLOPT_COOKIE.md index d0bf88a1d8..c16a59376f 100644 --- a/docs/libcurl/opts/CURLOPT_COOKIE.md +++ b/docs/libcurl/opts/CURLOPT_COOKIE.md @@ -36,7 +36,7 @@ should contain. To set multiple cookies, set them all using a single option concatenated like this: "name1=content1; name2=content2;" etc. libcurl does not syntax check the -data but assumes the applications gives it what it needs to send. +data but assumes the application gives it what it needs to send. This option sets the cookie header explicitly in the outgoing request(s). If multiple requests are done due to authentication, followed redirections or