I am trying to use google map api on my website. According to the google map api developer site, all you have to do is add:
<script src="http://maps.googleapis.com/maps/api/js?key={unique key}&sensor=false"> </script>
My src says: "HTTP: //" But it continues to change it to "HTTPS: //" and it wonβt work! Receiving an error message: the frame with the source " https://maps.google.com " was blocked from accessing the frame with the source code "http: // ...". The access request to the frame has the https protocol; the accessed frame has the http protocol. Protocols must comply.
I do not understand how I can get google go map on my website http: //.
Please, help!
source share