N
N
Nicholas of Denmark2016-05-23 02:17:19
PHP
Nicholas of Denmark, 2016-05-23 02:17:19

How to display iframe with http link on https site?

There is such a task: on a site accessible only via https, you need to configure the display of an iframe with an http link (the site in http will always be the same - there is a player). What do you advise?

[I understand that the best way is to proxy and take an https link to your site in an iframe? But the http link with the player also loads the css file and the audio file. What to do?]

--
Thank you all in advance for your answers!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2016-05-23
@z3apa3a

The only normal option is to proxy everything that is http://, otherwise the browser will at least give mixed content warnings. Alternatively, make a separate https reverse proxy for the http site on a separate domain.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question