Skip to content

Document that MozillaCookieJar works for curl's cookie files #91852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

verhovsky
Copy link
Contributor

@verhovsky verhovsky commented Apr 23, 2022

I came to the documentation because I wanted to know how to parse cookie files generated by

curl -b cookie.txt -c cookie.txt www.google.com

and it seems like MozillaCookieJar is exactly what I need. It would be helpful for the documentation to mention this explicitly because curl is probably the most common reason developers these days are encountering this file format.

@miss-islington
Copy link
Contributor

Thanks @verhovsky for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-97801 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Oct 3, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 3, 2022
…H-91852)

MozillaCookieJar works for curl's cookies
(cherry picked from commit 0ea8b92)

Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Oct 3, 2022
@bedevere-bot
Copy link

GH-97802 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 3, 2022
…H-91852)

MozillaCookieJar works for curl's cookies
(cherry picked from commit 0ea8b92)

Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
miss-islington added a commit that referenced this pull request Oct 3, 2022
MozillaCookieJar works for curl's cookies
(cherry picked from commit 0ea8b92)

Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
miss-islington added a commit that referenced this pull request Oct 3, 2022
MozillaCookieJar works for curl's cookies
(cherry picked from commit 0ea8b92)

Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants