sendSynchronousRequest
無効な資格情報を使用または使用sendAsynchronousRequest
すると、nsurlresponse が nil になるという奇妙な動作が発生します。しかし、古い方法で[[NSURLConnection alloc] initWithRequest:request delegate:self];
は 401 応答コードが返されます。
sendSynchronousRequest
またはを使用したエラー値 sendAsynchronousRequest
は
Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x756ecb0 {NSErrorFailingURLKey=myurl, NSErrorFailingURLStringKey=myurl, NSUnderlyingError=0x75704d0 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1012.)"
なぜそうなのか、誰かが手がかりを持っていますか?これに関する情報は大歓迎です。sendSynchronousRequest
またはから 401 応答を受け取ることを期待していました。 sendAsynchronousRequest
ありがとう、