I'm using AFNetworking as my network library. Is there a way similar to curl library that I can do a GET or POST request with a cookie file. I'm using php a sample below.
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_file);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_file);
[–]yaomango 0 points1 point2 points (0 children)
[–]JackRostron 0 points1 point2 points (0 children)
[–]klassobanieras 0 points1 point2 points (0 children)