Skip to content
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

Use a cookiejar instead of manually managing cookies #2

Closed
ynx0 opened this issue Nov 25, 2020 · 1 comment
Closed

Use a cookiejar instead of manually managing cookies #2

ynx0 opened this issue Nov 25, 2020 · 1 comment

Comments

@ynx0
Copy link
Owner

ynx0 commented Nov 25, 2020

Currently, cookies or really just the authentication cookie) are stored manually as a string, and extracted/injected manually as well through manipulating request/response headers.

The more idiomatic way of doing this is to use a CookieJar, but examples and documentation on how to use it are sparse.

$todo: add more info$

@ynx0
Copy link
Owner Author

ynx0 commented Dec 1, 2020

Implemented in #9

@ynx0 ynx0 closed this as completed Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant