可能重复: iOS: How can i receive HTTP 401 instead of -1012 NSURLErrorUserCancelledAuthentication
只是用nsmutableurlrequest和sendsynchronousrequest做一个普通的http帖子。但我传入的nshttpurlResponse对象在调用后的状态码为零。我得到这个错误:
无法完成error domain=nsurlerdomain code=-1012 userinfo=0x4d3b3c0“操作。(nsurlerrordomain错误-1012.)
但没有状态码。为什么?服务器正在发送的状态代码是401。
我没有办法解决这个问题,但是 here is a list of NSURLErrorDomain codes 其中 -1012 指 NSURLErrorUserCancelledAuthentication ,如果这有助于缩小原因的范围。
NSURLErrorDomain
-1012
NSURLErrorUserCancelledAuthentication