From: "Aurélien Aptel" <aurelien.aptel+emacs@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Aurelien Aptel <aaptel@suse.com>,
Emacs development discussions <emacs-devel@gnu.org>
Subject: Re: [PATCH] Add parser for Netscape/Mozilla cookie file format
Date: Mon, 9 Oct 2017 11:12:53 +0200 [thread overview]
Message-ID: <CA+5B0FO-NHJXCNNtiGJSHwiNvwh1hbkWvZvwrgC3afUxXdJHHA@mail.gmail.com> (raw)
In-Reply-To: <837ew4snw3.fsf@gnu.org>
On Mon, Oct 9, 2017 at 10:53 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> Is this format still used nowadays? E.g., on my system the cookies
> are stored in an SQLite db, not a text file.
It's the closest thing we have to a standard I think. It's accepted by
wget, curl, lynx, w3m, ... In fact it's the only format they know how
to parse & generate IIUC.
Also implemented by various programming language libs, including python [1].
1: https://docs.python.org/3.3/library/http.cookiejar.html?highlight=cookie#file-cookie-jar-classes
next prev parent reply other threads:[~2017-10-09 9:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-06 14:34 [PATCH] Add parser for Netscape/Mozilla cookie file format Aurelien Aptel
2017-10-09 8:50 ` Aurélien Aptel
2017-10-09 8:53 ` Eli Zaretskii
2017-10-09 9:12 ` Aurélien Aptel [this message]
2017-10-09 9:34 ` Aurélien Aptel
2017-10-09 10:55 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CA+5B0FO-NHJXCNNtiGJSHwiNvwh1hbkWvZvwrgC3afUxXdJHHA@mail.gmail.com \
--to=aurelien.aptel+emacs@gmail.com \
--cc=aaptel@suse.com \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.