HTTP iframe on HTTPS page -



HTTP iframe on HTTPS page -

i have simple question, can't find reply i'm looking for.

is http iframe that's loaded on secure https page secured?

it not automatically, should verify if src of iframe connecting via https or not:

<iframe src="http://www.example.com"></iframe>

your iframe doesn't extend https access principal page.

http iframe https

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -