美文网首页
HTTP 请求

HTTP 请求

作者: Alan龙马 | 来源:发表于2018-05-24 10:29 被阅读12次
    请求错误时,用command+F 搜索 error 查询 错误码 code
    
    状态码
    400 ------参数错误
    1022 ------没设置网络请求权限
    -999  ------iOS NSURLErrorDomain Code=-999
    
    JSON text did not start with array or object and option to allow fragments not set 错误
    https://www.cnblogs.com/akiha/p/5775729.html
    
    

    Code=-999 错误
    400 ------参数错误
    网络请求出现Code=-1022

    <key>NSAppTransportSecurity</key>
        <dict>
            <key>NSAllowsArbitraryLoads</key>
            <true/>
        </dict>
    

    相关文章

      网友评论

          本文标题:HTTP 请求

          本文链接:https://www.haomeiwen.com/subject/aobjjftx.html