Removing setHTTPShouldHandleCookies:NO from AFHTTPClient requestWithMethod:path:parameters
This commit is contained in:
parent
74a3cdb3d6
commit
79520c7c5f
1 changed files with 0 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ static NSString * AFURLEncodedStringFromStringWithEncoding(NSString *string, NSS
|
|||
|
||||
[request setURL:url];
|
||||
[request setHTTPMethod:method];
|
||||
[request setHTTPShouldHandleCookies:NO];
|
||||
[request setAllHTTPHeaderFields:headers];
|
||||
|
||||
return request;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue