Topic: Mixed content issues - https and http

Hi smile

There is such a problem. WebGL project. It is loaded on the page via hxxps, but there are requests from the project via hxxp.
For example, defining a location:
"http://service.infinity-code.com/getlocation.php"
The browser marks these requests as "mixed content" and blocks sad
May be you can tell me how to solve this problem? smile

P.S. In hxxp and hxxps - "tt" was replaced by "xx" smile

Re: Mixed content issues - https and http

Hello.

Thank you for the bug report.

Just replace in OnlineMapsLocationServiceBase.cs (line 410) http to https.
The next version of Online Maps will contain this fix.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Mixed content issues - https and http

After changes all works fine. Big thnx! smile