【发布时间】:2013-05-13 14:06:08
【问题描述】:
我的浏览器已通过网站会话验证。
我正在使用他们的 API 从网站上下载图片,以便将它们显示在我的页面上。
访问该图像 url 会显示图像,将其放在 img 标记中不会:
<img src = "https://files.something.com/123123" />><!-- this doesn't show -->
<a href = "https://files.something.com/123123">arse</a><!-- this works -->
关于为什么的任何想法?以及如何克服它?
如果我为链接输入 http,它会以任何方式重定向到 https。
【问题讨论】:
标签: html image https localhost