DMXzone Google Maps 2 Support Product Page
In progress
Problem with https
Reported 14 Feb 2017 15:50:48
4
have this problem
14 Feb 2017 15:50:48 Michele - posted:
Hello,I've a problem with your extension when it's used on https websites.
Your extension generate this code:
<script type="text/javascript" src="http://maps.google.com/..."></script>
But the correct code is with "https":
<script type="text/javascript" src="https://maps.google.com/..."></script>
Change manually the code is not a problem but if you update the extension with the correct https could be a good idea.
Thanks.
Regards,
Michele
Replies
Replied 14 Feb 2017 20:31:44
Replied 14 Feb 2017 21:13:20
14 Feb 2017 21:13:20 Michele - replied:
Ok, thanks!
Replied 20 Sep 2017 17:11:45
20 Sep 2017 17:11:45 Ed Stewart replied:
Indeed, this is a problem.
Replied 16 Jan 2019 09:05:06
16 Jan 2019 09:05:06 David Woolley replied:
I still have this problem with https sites
If I change the link to:
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=******"></script>
then close then reopen the file, the <head> links are rearranged automatically and the maps link changes to:
<script type="text/javascript" src="maps.google.com/maps/api/js"></script>
DMX GM2 dialog box loses the API key.
I reinstalled the extension, but no fix.
If I change the link to:
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=******"></script>
the Google Map is blank.
Google says that the protocols should match (http or https)
DW CC 2018 on W10
If I change the link to:
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=******"></script>
then close then reopen the file, the <head> links are rearranged automatically and the maps link changes to:
<script type="text/javascript" src="maps.google.com/maps/api/js"></script>
DMX GM2 dialog box loses the API key.
I reinstalled the extension, but no fix.
If I change the link to:
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=******"></script>
the Google Map is blank.
Google says that the protocols should match (http or https)
DW CC 2018 on W10
Replied 06 Feb 2019 12:42:53
06 Feb 2019 12:42:53 David Woolley replied:
Any suggestions?