From 3aef8b97b3f217db2f8a324799305cf303e7e1a3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Sep 2024 14:22:10 +0200 Subject: [PATCH] CURLOPT_COOKIE.md: tiny language edit --- docs/libcurl/opts/CURLOPT_COOKIE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3