api - Images are not loading on the live website -


i have created website http://moviesnight.club using this api working fine on localhost, when have uploaded hosting movie posters being loaded , error on console [failed load resource: server responded status of 403 (forbidden)]. other thing ok. there suggestion how make work?

this how looks on hosting (moviesnight.club)

this how looks on hosting (moviesnight.club)

this how looks on localhost

this how looks on localhost

you not adding api key request

from omdb website usage url needs be

http://img.omdbapi.com/?apikey=[yourkey]& 

the website provides link obtain api key

http://beforethecode.com/projects/omdb/apikey.aspx


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -