iframe - How can I disable HTTPS/SSL on a specific page in Meteor? -


on 1 of pages in on website, need have iframe displays content http sites. haven't found way display information on https page.

after looking around, think best solution might remove https of pages. possible in meteor using iron router or other tool? or there way make iframe content display?

meteor not support https itself. way place component in front of meteor (like haproxy or nginx) perform ssl offloading , send plain http requests meteor. ssl connection between browser , proxy in front, let's assume nginx. nginx forward requests meteor http.

as such, meteor not aware https traffic happening. therefore not need adjust inside meteor or iron router. unfortunately there no way trick browsers accepting http iframes inside https sites, if tinker nginx settings.

you options either include external content on server , proxy (you configure nginx proxy request external site , talk http data provider , serve https browser, meteor server) or somehow bring content meteor app serve itself.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -