-
Notifications
You must be signed in to change notification settings - Fork 266
app transport security is blocking access to links that are not https schema #121
Comments
Is this documented somewhere, in Google's API? |
I didn’t see anything. The thumbs that google returns are all hosted by gstatic and HTTPS secured. But the soureURLs are usually not.
|
Not sure how to bypass this TBH. Maybe with NSURLProtocol proxying? |
Sadly, online seach is quickly becoming too complex of a feature for my app :)
|
Google's API is unfortunately very wrong and unusable. Did you try Bing's instead? |
I haven’t. But I’ll work on that next. If I get it working, I’ll submit a PR. i have a feeling Bing will have the same issue though. They are crawling websites that are not https secured so they will likely serve up images that app security will not accept.
|
I don't know if there is a good fix for this. I tried adding in some code for google image search to drop links that are not https, but the results were poor at best. Thoughts?
The text was updated successfully, but these errors were encountered: