You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/24 11:18:30 UTC

[GitHub] [cordova-android] meishier edited a comment on issue #850: Ready for Chrome 80's [Cookies default to SameSite=Lax] ?

meishier edited a comment on issue #850: Ready for Chrome 80's [Cookies default to SameSite=Lax] ? 
URL: https://github.com/apache/cordova-android/issues/850#issuecomment-545861705
 
 
   I found a way to get through.    
   
   **get cookie by native http request, and set the cookie(SameSite modified) back to webview.**  
   
   I did simply tested, using [cordova-plugin-advanced-http](https://github.com/silkimen/cordova-plugin-advanced-http) and [cordova-cookie-master](https://github.com/Cartegraph/cordova-cookie-maste), and it does work on android/iOS both with specifying SameSite=Lax.
   
   If there is a way to solve the problem by cordova-android package(such as set config(inject cookie or something else) in config.xml),  and that will really be a graceful solution. 
   
   I'm not sure cordova-cookie-master will still work or not on chome 80, so I'll test it again after chrome 79 beta's release on googleplay store.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org