gpt4 book ai didi

ios - 图片从 https ://protocol but not loading from http://protocol 加载

转载 作者:行者123 更新时间:2023-11-28 21:37:17 24 4
gpt4 key购买 nike

我正在尝试在我的 imageView 中使用 RemoteImageView 上传图像。但由于某些原因,如果图像具有 https:// 协议(protocol) URL,则 imageView 加载正常,但如果图像具有 http:// 协议(protocol),则它们不会加载抛出错误。这是一段代码,

 [_imageView loadImageURL:[NSURL URLWithString:_news.imageURL] withCompleteBlock:^(UIImage *image) {
[_indicator stopAnimating];
[_indicator removeFromSuperview];
} withErrorBlock:^(NSError *error) {
NSLog(@"Could not uplad the picture");
[_indicator stopAnimating];
[_indicator removeFromSuperview];

}];

//这里_imageView是RemoteImageView的实例。//这张图片将加载

enter image description here

//但是下图不会加载

enter image description here

谢谢

最佳答案

这是 iOS 9 中新增的 App Transport Security。请参阅 NSAppTransportSecurity 部分有关如何在需要时配置它的详细信息。推荐的解决方案是将所有流量转移到 HTTPS。

关于ios - 图片从 https ://protocol but not loading from http://protocol 加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33417185/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com