Update WKWebView Cookie Values
问题 My Requirement is to update the cookies that are set to WKWebView . I'm able to update the cookies in NSHTTPCookieStorage , but the same cookies are not reflected to WKWebView cookies(The update values are present in NSHTTPCookieStorage but are not set to WKWebView ) The following is code that i have used to set that cookies to AJAX calls. NSString *strURL = DASHBOARDURL; NSURL *url = [NSURL URLWithString:strURL]; NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init]; [request