403 error for loading image from http and not https

前端 未结 1 2005
旧巷少年郎
旧巷少年郎 2021-01-26 02:10

My question is similar to this one, but I\'m using html & javascript only.

If I try to load this image over https it shows the image just fine.

<         


        
1条回答
  •  一生所求
    2021-01-26 02:51

    It's called "bandwidth theft" or rather prevention thereof.

    Over HTTPS your referrer doesn't get sent, but over HTTP it does. In the latter case, IMDb apparently refuses to show their assets on your site. This is also shown if you visit the URL: "Referral Denied".

    You are not allowed to link to or rehost IMDb assets:

    Framing: You may not frame or utilize framing techniques to enclose any trademark, logo, or other proprietary information (including images, text, page layout, or form) of IMDb without express written consent.

    0 讨论(0)
提交回复
热议问题