• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ios - NSURLConnection sendSynchronousRequest 响应在无效凭据上为零

[复制链接]
菜鸟教程小白 发表于 2022-12-13 00:22:39 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我遇到了一个奇怪的行为,使用带有无效凭据的 sendSynchronousRequestsendAsynchronousRequest 会使 nsurlresponse 为零。但是使用 [[NSURLConnection alloc] initWithRequest:request delegate:self]; 的旧方法我得到了 401 响应代码。

使用sendSynchronousRequestsendAsynchronousRequest的错误值为

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.)"

有人知道为什么会这样吗?对此的任何信息表示赞赏。我期待从 sendSynchronousRequestsendAsynchronousRequest

获得 401 响应

谢谢,



Best Answer-推荐答案


WWW-Authenticate: HTTP header 与 401 响应一起返回时会导致此错误,要求用户交互输入有效的凭据。 NSURLConnection 处理 HTTP header 和响应正文,将响应数据正确返回为 NSData 对象,但将 returningResponse 对象保留为 .

根据 Apple 的 Foundation Constants Reference ,错误-1012为:

NSURLErrorUserCancelledAuthentication

Returned when an asynchronous request for authentication is cancelled by the user.

This is typically incurred by clicking a “Cancel” button in a username/password dialog, rather than the user making an attempt to authenticate.

我推测它会自动将 WWW-Authenticate: header 视为用户取消的凭据请求(因为它是 headless )并生成错误。然后应该设置响应的代码路径的其他部分没有执行,因为出现错误。我个人认为这是一个错误或糟糕的设计。应该可以同时获得有效的 HTTP 响应和错误,无论哪种方式,您都会获得有效的 HTTP 响应,因此应该设置 returningResponse。坏苹果!

关于ios - NSURLConnection sendSynchronousRequest 响应在无效凭据上为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14203712/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap