How to use media-imdb.com images on a website?

后端 未结 2 726
梦如初夏
梦如初夏 2021-01-27 17:11

I am working on a website. It is basically a movie database working with the help of IMDB. I I use images from their server, on localhost I\'m able to display them. However, whe

2条回答
  •  长发绾君心
    2021-01-27 17:38

    You get a 403 response for the image, this means IMDB says it's forbidden to use images like that. You should probably check their Terms. I'm not a lawyer though, consult one if you think you need one.

    The reason you don't get one locally can only be speculated to: it's going to be due to the logic they have in place for determining whether you can grab the image or not. My guess would be that their logic can't reliably distinguish your site running locally and just a regular browser request for the image (e.g. when you're browsing imdb.com).

提交回复
热议问题