sandrolombardo commented on issue #753: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/753#issuecomment-725390342
@ashishkumar2804 We are doing authentication via jQuery Ajax-Calls (in this case requests are sent by WkWebview). Doing this we have the authenticated cookie stored in the WkWebview but not in the Cordova InAppBrowser Plugin. So, after a successful login each request sent by the WkWebview inlcudes the authenticated cookie. But, requests sent by Cordova InAppBrowser Plugin does not include the authenticated cookie since the cookie synchronization between Cordova InAppBrowser Plugin and WkWebview seems not to work. ---------------------------------------------------------------- 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]
