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 native cookiemanager instead of JS #669

Open
neigaard opened this issue Feb 26, 2020 · 2 comments
Open

Use native cookiemanager instead of JS #669

neigaard opened this issue Feb 26, 2020 · 2 comments

Comments

@neigaard
Copy link

neigaard commented Feb 26, 2020

The JS document.cookie is a bad way of getting the cookies as we can not use it to get HttpOnly cookies such as most session cookies.

Seems one of those PR's might fix this:
#608 (I have tested this, and it is working for me)
#588 (might be missing iOS)

@Garrison88
Copy link

what about implementing this solution?

http://www.programmersought.com/article/4084745977/

@fryette
Copy link

fryette commented Jul 12, 2020

Implemented as a separate project. Should be capable with this plugin
https://pub.dev/packages/webview_cookie_manager

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

3 participants