iOS 错误 之 http请求

 Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file. 
 
解决:
在info.plist中添加
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key><true/>
</dict>

App Transport Security Settings   》 Allow Arbitrary Loads 》YES

上一篇:zabbix ssh登录ip监控,登录ip归属地查询


下一篇:程序员的复仇:11行代码如何让Node.js社区鸡飞狗跳