I am working with a multiplayer facebook web game with JS. I am trying to link appwarp JS SDK to my JS project. It works fine on localhost but when I upload it to the facebook web hosting as HTML5 Bundle I got Mixed Content error with the full message:
Mixed Content: The page at 'https://apps.facebook.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://control.appwarp.shephertz.com/lookup?api=Your%20API%20Key'. This request has been blocked; the content must be served over HTTPS.
t.connect @ appwarp.min.js:3
(anonymous) @ index.html?signed_re…yJtaW4iOjIxfX19:131
dispatch @ jquery-1.10.2.min.js:5
v.handle @ jquery-1.10.2.min.js:5
I noticed that in appwarp.min.js file there have http://control.appwarp.shephertz.com/ that is used to initialize the requests. So may be this is the reason of above error because "You can't fetch insecure (http) resources from a secure (https) origin". What should I do in this critical situation.
I don't find any solution after searching in google and appwarp forum search option.
Thanks
Md. Nirob Hasan