I have a site that use https. i'm using node.js I want to add url in mysite. The url using http, when i try it doens't allow, it cause im using https.
is it possible to allow http in https using node.js this is my code
<iframe src="http://url/" width="100%" height="100%" scrolling="auto">
<p>Your browser doesn't support iframe</p>
</iframe>