Is it possible to serve http content over https ? Jsonp doesn't seem to work for cross-protocol requests!
Hello,
My web page is served over https and within it I need to serve content that comes from a normal http service.
I have tried to use an .ajax() call with jsonp, but it would still throw a Security warning on IE that the content will not be delivered using a secure HTTPS connection.
So does jsonp only work if you serve https content over http but not the other way around? Is it any other alternative?
Thanks in advance!