javascript - Iframes cannot display https on http site, breaks Google API -
information
writing piece of code going on web server not have control over. webserver not have https
. in code use google javascript api. when put in example code correct api keys , client id's , whatnot protocols must match
error on iframe tries create oath2 information.
this protocols must match
error of course caused fact webserver http
, oath2 url using https
.
main question
there way use google api's on server not have https
? possible shut off security feature , make https
oath2 iframe work on http
server?
note:
google api creating iframe giving me problems.
you shouldn't creating own iframe. google js library takes care of you.
Comments
Post a Comment