سؤال

we need Here Maps to work with SSL, because our site uses only HTTPS. We try to load it using this url:

https://js.api.here.com/se/2.5.3/jsl.js?with=all

But it still loads the content via http, is there anyway to fix that?

Please help us!

Thank you

هل كانت مفيدة؟

المحلول

You need an enterprise subscription of Here Maps to retrieve the maps in SSL. Then you can accomplish a secure connection.

نصائح أخرى

Check out the code example from the Enterprise JavaScript API Explorer. This line of code enables SSL:

(document.location.protocol == "https:") && nokia.Settings.set("secureConnection", "force");

But for me it's still loading graphic map tiles in http:

For more info read this forum thread.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top