-1

So when I try to use the image in an <img> tag I get a 403 error.

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

But when I open the image in a browser(even incognito so I'm signed out of everything) It appears fine.

Ed Lynch
  • 615
  • 4
  • 10
  • 28

2 Answers2

0

Can you give an example of the code you are using ?

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

Should work now.

Daniel Medina
  • 44
  • 1
  • 8