Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-13 | HTTP-COOKIES.md: describe the cookie file format | Daniel Stenberg | |
... and refer to that file from from CURLOPT_COOKIEFILE.3 and CURLOPT_COOKIELIST.3 Assisted-by: Jay Satiro Reported-by: bsammon on github Fixes #4805 Closes #4806 | |||
2019-12-06 | docs: fix some typos | mhasbini | |
Closes #4680 | |||
2019-02-17 | cookie: Add support for cookie prefixes | Daniel Gustafsson | |
The draft-ietf-httpbis-rfc6265bis-02 draft, specify a set of prefixes and how they should affect cookie initialization, which has been adopted by the major browsers. This adds support for the two prefixes defined, __Host- and __Secure, and updates the testcase with the supplied examples from the draft. Closes #3554 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2018-12-13 | cookies: leave secure cookies alone | Daniel Gustafsson | |
Only allow secure origins to be able to write cookies with the 'secure' flag set. This reduces the risk of non-secure origins to influence the state of secure origins. This implements IETF Internet-Draft draft-ietf-httpbis-cookie-alone-01 which updates RFC6265. Closes #2956 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2016-03-29 | docs/HTTP-COOKIES: converted to markdown | Daniel Stenberg | |