nickredding commented on issue #931:
URL: https://github.com/apache/cordova-ios/issues/931#issuecomment-691146122


   > Of course, more information: Our app wants to get cookies that are set by 
a pre-authentication service. So here comes crossdomain into play. Retrieving 
cookies with the cookie emperor plugin works with cordova 5.1.1 but not with 
cordova-ios 6.1.1.
   
   Actually, I am asking for some technical information.
   --Were you using the WKWebView plugin with iOS 5 or the standard UIWebView?
   --I assume you are using the wkwebview-file-xhr plugin. If not, are you 
setting the CORS header from your server to enable cross-origin requests?
   --Are you setting "secure; samesite=None" when  you set cookies on your 
server and app?
   --Are you using an external authentication service, and if so is that 
service setting "secure; samesite=None" for the cookies it sends?
   --Is you app origin app://localhost or file:// ?
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to