码迷,mamicode.com
首页 > 移动开发 > 详细

iOS iOS9下修改回HTTP模式进行网络请求

时间:2015-09-17 15:03:12      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:

升级为iOS9后,默认请求类型为https,如何使用http进行请求会报错

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

方案一:让服务器修改为TLS1.2

 

方案二:在plist中设置使用http请求

第一步:在plist中添加NSAppTransportSecurity项,此项为NSDictionary

第二步:在NSAppTransportSecurity下添加

NSAllowsArbitraryLoads类型为Boolean,value为YES

 

iOS iOS9下修改回HTTP模式进行网络请求

标签:

原文地址:http://www.cnblogs.com/pretty-guy/p/4816367.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!