代码之家  ›  专栏  ›  技术社区  ›  Andrew Arrow

nshttpurlResponse状态码应为401[重复]时返回零

  •  3
  • Andrew Arrow  · 技术社区  · 15 年前

    可能重复:
    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。

    1 回复  |  直到 15 年前
        1
  •  5
  •   Alex Reynolds    15 年前

    我没有办法解决这个问题,但是 here is a list of NSURLErrorDomain codes 其中 -1012 NSURLErrorUserCancelledAuthentication ,如果这有助于缩小原因的范围。

    推荐文章