使用iframe在div中加载网页混合模式内容错误

时间:2017-12-02 05:15:37

标签: javascript jquery iframe google-chrome-extension mixed-content

我创建了一个chrome扩展程序。 我试图使用div元素内的i框架在div中的同一浏览器中呈现eBay网页。我已将源属性url设置为https,然后我收到混合模式内容错误

理想情况下,它应该在div元素中打开一个网页。它以前做过。但是,突然间,它停止了

我收到混合模式内容的错误。即使我发送https请求,它也会转换为http。有关该问题,请参阅附件。

Issue in Console

<div class="my-div">
<iframe id="my-iframe" src="https://offer.ebay.com/ws/eBayISAPI.dll?
ViewBidsLogin&item=222313350236&ViewBidsLogin=">
</iframe>
</div>

0 个答案:

没有答案