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
Post a Comment