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

how to read cookies #62

Open
eikaramba opened this issue Dec 13, 2021 · 1 comment
Open

how to read cookies #62

eikaramba opened this issue Dec 13, 2021 · 1 comment

Comments

@eikaramba
Copy link

how can the cookie jars be read after an http call was responded with "set-cookie" header. please keep in mind that the actual http response was a redirect, so that just reading the headers from the response is not possible, as the set-cookie header is already gone. this is the reason why i need to read the cookie jar.

@jerbob92
Copy link
Contributor

Hi, at this point there is no API to read from the cookiejar. Shouldn't be too hard to add though, I would accept PR's for it.

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

2 participants