I am using Alamofire (for Swift) & AFNetworking (for Objective c) and I am facing the same issue with both of them.
Here is a sample URL
"https://static.toiimg.com/photo/msid-61516774/61516774.jpg?59422"
pretty basic URL but when I try to setImage it fails to load the image. When I try to load the same URL in Google Chrome it loads easily, but it fails to load when I try it on Safari. It simply downloads the image.
Can anyone suggest what I can do to handle such URI's?
I am doing nothing fancy in my code. Pretty basic Alamofire/Afnetworking
setImageWithUrl:PlaceHolderImage: method for both of them.
Thanks in advance.