]> granicus.if.org Git - curl/commit
docs: Warn about any-domain cookies and multiple transfers
authorJay Satiro <raysatiro@yahoo.com>
Thu, 3 Sep 2015 06:35:11 +0000 (02:35 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 3 Sep 2015 06:35:11 +0000 (02:35 -0400)
commitcb6a07fed03459368e71b738b1bc9448213c4dfb
tree1fc69a47d30f93e6f2666266fdb19ffc6e485b93
parentb604b7f040ebe29113daf24c73d5cb3da271c9f9
docs: Warn about any-domain cookies and multiple transfers

- Warn that cookies without a domain are sent to any domain:
CURLOPT_COOKIELIST, CURLOPT_COOKIEFILE, --cookie

- Note that imported Set-Cookie cookies without a domain are no longer
exported:
CURLINFO_COOKIELIST, CURLOPT_COOKIEJAR, --cookie-jar
docs/curl.1
docs/libcurl/curl_easy_getinfo.3
docs/libcurl/opts/CURLOPT_COOKIEFILE.3
docs/libcurl/opts/CURLOPT_COOKIEJAR.3
docs/libcurl/opts/CURLOPT_COOKIELIST.3