Meet the team behind ShepHertz Platform
Making a difference in the world together
People whose belief drives us forward
Enterprises & Developers from across the world
Access the ShepHertz Newsroom
800+ APIs. 25+ Modules. 16 SDKs.Real-time Actionable Analytics. 1 Platform.
Acquire. Engage. Retain. Convert.
Comprehensive Solution to Securely Expose Protected Resources as APIs
Real Time & Turn Based MultiplayerGaming Platform With Game Mechanics.
Develop > Deploy > launch > Scale > Monitor
Continuous Integration & Delivery
Customers Want A 360 °Omni-Channel Retail Experience.
Seamless & ConnectedOmni-Channel Experience Delivered.
Plethora of Games are LaunchedEvery Day. Don't Let Yours Die.
Leverage User Data to DeliverPersonalized Content Across Channels
Inspire Wanderlust in theCustomers with Omni-Channel Experience
800+ APIs. 25+ Modules. 16 SDKs. Real-time Actionable Analytics. 1 Platform.
Real Time & Turn Based Multiplayer Gaming Platform With Game Mechanics.
Forum
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
'<a href="https://apps.facebook.com/" rel="nofollow">https://apps.facebook.com/</a>'
was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint
'<a href="http://control.appwarp.shephertz.com/lookup?api=Your%20API%20Key" rel="nofollow">http://control.appwarp.shephertz.com/lookup?api=Your%20API%20Key</a>'
. 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