WKWebview cookie issue?
问题 Background: I'm upgrading my app to use WKWebview from UIWebview as it will no longer be accepted by App Store The App Store will no longer accept new apps using UIWebView as of April 2020 and app updates using UIWebView as of December 2020. Issue: What happen is, I'm getting cookie return from Webview (WKWebview) after logged in. I will retrieve a token I need for API firing, however I'm constantly hitting HTTP 401 status for all the API(s) fired. If I revert back to UIWebview , and repeat