CURLOPT_COOKIE.md: tiny language edit

This commit is contained in:
Daniel Stenberg 2024-09-10 14:22:10 +02:00
parent 805bbf7c55
commit 3aef8b97b3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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