2

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

ありがとう、

4

1 に答える 1