Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Header fields in NSURLResponce.

I need to get access to "Location" header. Wireshark says i received it. But
NSHTTPURLResponse *hr = (NSHTTPURLResponse*)response;
NSDictionary *dict = [hr allHeaderFields];
NSLog(@"HEADERS : %@",[dict description]);

doesnt' show any "Location". Any suggestions?

Mac OS X (10.6.2)

Posted on Mar 25, 2010 1:49 AM

Reply

There are no replies.

Header fields in NSURLResponce.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.