首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏iOS122-移动混合开发研究院

    AFNetworking 原作者都无法解决的问题: 如何使用ip直接访问https网站?

    willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge { if (self.authenticationChallenge ) { self.authenticationChallenge(connection, challenge); return; } if ([

    3.4K90发布于 2018-01-02
  • 来自专栏欧阳大哥的轮子

    HTTP协议中的401授权认证机制在iOS上的实现

    我们称这些情况为服务端要求客户端接收认证挑战(AuthenticationChallenge)。

    1.9K30发布于 2018-08-22
  • 来自专栏云原生布道专栏

    【IOS】总结-AFNetworking学习笔记

    NSURLSession *)session didBecomeInvalidWithError:(NSError *)error; /* If implemented, when a connection level authenticationchallenge 设置认证请求完成时执行的block /** Sets a block to beexecuted when a session task has received a request specific authenticationchallenge

    1.9K30编辑于 2022-03-08
  • 来自专栏戴铭的博客

    深入剖析 WebKit

    ResourceHandle*) { return false; } virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge ProtectionSpace&) { return false; } #endif virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge

    4.2K32发布于 2020-06-16
领券