// 1. 取出需要同步的url (登錄請求中返回的重定向地址) BESTHttpItem *httpItem = [BESTHttpHelper sharedHelper].curHttpItem; NSString *url = [NSString stringWithFormat:@"%@/#/login", httpItem.frontend_addr]; // 2. 取出當前的headerFields NSDictionary *headerFields = [NSHTTPCookie requestHeaderFieldsWithCookies:self.cookies]; // 3. 替換cookie地址 [NSHTTPCookie cookiesWithResponseHeaderFields:headerFields forURL:[NSURL URLWithString:url]];
以上所述是小編給大家介紹的iOS AFNetworking中cookie重定向代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對本站網站的支持!