diff options
Diffstat (limited to 'docs/HTTP-COOKIES.md')
-rw-r--r-- | docs/HTTP-COOKIES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP-COOKIES.md b/docs/HTTP-COOKIES.md index de9d1de68..9d1e099d1 100644 --- a/docs/HTTP-COOKIES.md +++ b/docs/HTTP-COOKIES.md @@ -15,7 +15,7 @@ servers with the Cookie: header. For a very long time, the only spec explaining how to use cookies was the - original [Netscape spec from 1994](https://curl.haxx.se/rfc/cookie_spec.html). + original [Netscape spec from 1994](https://curl.se/rfc/cookie_spec.html). In 2011, [RFC6265](https://www.ietf.org/rfc/rfc6265.txt) was finally published and details how cookies work within HTTP. In 2016, an update which |