I\'m trying to send an authentication string via cookie in a NSMutableURLRequest. I\'m trying to create the NSHTTPCookie through
+(id)cookieWithProperties:(
key NSHTTPCookiePath should exist in dictionary when using
NSHTTPCookiePath
[NSHTTPCookie cookieWithProperties:dictionary]
method whether using NSHTTPCookieDomain or NSHTTPCookieOriginURL. And value for NSHTTPCookiePath should be @"/" not @"\\".
NSHTTPCookieDomain
NSHTTPCookieOriginURL
@"/"
@"\\"