diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2015-06-16 00:47:26 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-16 09:08:00 +0200 |
commit | 45f21e0f3761ef94a1da210688d3d14beb0fcd2b (patch) | |
tree | 159e56b33c4aabdc38ec681d24e540e1230bf6dc /docs/HTTP-COOKIES | |
parent | f93da27756716b448de335cc7f29fe3702acbf76 (diff) |
docs: update URLs
Diffstat (limited to 'docs/HTTP-COOKIES')
-rw-r--r-- | docs/HTTP-COOKIES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP-COOKIES b/docs/HTTP-COOKIES index 818e161ee..b5abddfa6 100644 --- a/docs/HTTP-COOKIES +++ b/docs/HTTP-COOKIES @@ -36,7 +36,7 @@ HTTP Cookies For a very long time, the only spec explaining how to use cookies was the original Netscape spec from 1994: http://curl.haxx.se/rfc/cookie_spec.html - In 2011, RFC6265 (http://www.ietf.org/rfc/rfc6265.txt) was finally published + In 2011, RFC6265 (https://www.ietf.org/rfc/rfc6265.txt) was finally published and details how cookies work within HTTP. 1.2 Cookies saved to disk |