Невозможно получить заголовок "Location" из ответа. Wireshark говорит, что у меня есть один:
Расположение:
http://*/index.html#0;sid=865a84f0212a3a35d8e9d5f68398e535
Но
NSHTTPURLResponse *hr = (NSHTTPURLResponse*)response;
NSDictionary *dict = [hr allHeaderFields];
NSLog(@"HEADERS : %@",[dict description]);
Производит это:
HEADERS : {
Connection = "keep-alive";
"Content-Encoding" = gzip;
"Content-Type" = "text/html";
Date = "Thu, 25 Mar 2010 08:12:08 GMT";
"Last-Modified" = "Sat, 29 Nov 2008 15:50:54 GMT";
Server = "nginx/0.7.59";
"Transfer-Encoding" = Identity;
}
Нет места нигде. Как получить его? Мне нужна эта штука "Сид".