curl.se: new home

Closes #6172
This commit is contained in:
Daniel Stenberg 2020-11-04 14:02:01 +01:00
parent 0673cb4d2d
commit 4d2f800677
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
1453 changed files with 1669 additions and 1669 deletions

View file

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