react-native-wkwebview icon indicating copy to clipboard operation
react-native-wkwebview copied to clipboard

Set Cookies from response header

Open ubermenschjo opened this issue 7 years ago • 4 comments

Please apply this changes. thanks!

ubermenschjo avatar Jun 13 '17 12:06 ubermenschjo

This seems pretty useful!

jacquescrocker avatar Aug 03 '17 03:08 jacquescrocker

@UbermenschJO after trying this PR, it totally breaks cookie handling. as in, cookies set no longer are usable within the webview itself. So you log in once, and then next time you use the app, you end up logged out. Any ideas why?

jacquescrocker avatar Aug 04 '17 23:08 jacquescrocker

@UbermenschJO nevermind, not your codes problem. when setting sendCookies option to true, things break. even on master branch. Shared Cookie handling with this component is pretty busted.

jacquescrocker avatar Aug 05 '17 00:08 jacquescrocker

@jacquescrocker Did you somehow worked around this issue? I'm currently experiencing cookies not set in the master branch...

TsuryKnox avatar Dec 24 '17 14:12 TsuryKnox