Open GoogleCodeExporter opened 9 years ago
I found this problem. I have some code wrong in -
(void)connectionDidFinishLoading:(NSURLConnection *)connection:
{here I parse xml from response and create NSDictionary to store my data}
Original comment by vinh.ste...@gmail.com
on 7 Apr 2012 at 4:04
Hi I am facing the same problem. I am receiving HTTP Response status code as
302. After getting 302 I will go for retry only, I don't want to redirect to
actual URL. This is the requirement. Do you find solution for this problem
please share with me. I also checked in
void)connectionDidFinishLoading:(NSURLConnection *)connection but it seems to
be an OK code on my side.
Anybody facing the same problem and found solution please share.
Thanks in Advance
Original comment by shantanu...@gmail.com
on 25 Apr 2014 at 6:16
Original issue reported on code.google.com by
vinh.ste...@gmail.com
on 7 Apr 2012 at 2:43