【发布时间】:2011-06-04 12:37:30
【问题描述】:
谁能告诉我如何同步调用 https 服务器?我可以使用以下委托方法在 https 服务器上执行异步请求。
- (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace
和
- (void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
但我需要同步。
【问题讨论】:
标签: iphone authentication synchronous