ios - non-ssl iframe on a SSL website -


i'm getting infamous error [sslpage] loaded on https, ran insecure content [nonsslpage]

i using <iframe> holds src url begins itms-service:// apple's ota protocol.

i have need of having ssl website because according new, idiotic, rules in ios 7.1 must run ssl page in order download provisioning profile in same time can't load itms-service:// because it's considered insecure. , it's just warning, it's forbidden!

the solution far found replacing <iframe> simple anchor <a> it's temporary solution , wish make work did.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -