403我可以在浏览器中查看的图像错误

时间:2016-08-28 01:15:42

标签: html css image web http-status-code-403

因此,当我尝试在<img>标记中使用图像时,我收到403错误。

<img src="http://ia.media-imdb.com/images/M/MV5BMTM4NTI5OTgwMF5BMl5BanBnXkFtZTgwODc2OTkwMDE@._V1_SX300.jpg" height="444px" width="300px" style="margin:0px auto;"/>

但是当我在浏览器中打开图像时(甚至隐身,所以我已经退出所有内容)看起来不错。

2 个答案:

答案 0 :(得分:0)

您能举例说明您正在使用的代码吗?

答案 1 :(得分:0)

<img src="http://ia.media-imdb.com/images/M/MV5BMTM4NTI5OTgwMF5BMl5BanBnXkFtZTgwODc2OTkwMDE@._V1_SX300.jpg" style="margin:0px auto;height:444px;width:300px"/>

现在应该工作。