adamdport commented on issue #1088: URL: https://github.com/apache/cordova-ios/issues/1088#issuecomment-830721838
My app is a cordova app, and no I don't use the plugin. As of 6.0.0 cordova-ios supports wkwebview without any plugins. > I have no issue running against my own domain, it is just when I go outside of it, I experience issues with the cookies Are you saying cookies are working for one domain? If so, that's all I've been able to get working. My app only requires authentication with one backend. I was unsuccessful when I tried to authenticate to a different domain than my app was using. That is, if my app was hosted from app://domain1.com, it wouldn't persist cookies from domain2.com despite both being listed as app bound domains. I could only make it work if they matched. You could try the [webview proxy plugin](https://github.com/GEDYSIntraWare/cordova-plugin-webview-proxy), I think the entire purpose of that plugin was to allow connecting with multiple domains. -- 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]
