omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

fetch data over deployed project have issue SSL it is blocked by sever #284

Open keshri95 opened 1 year ago

keshri95 commented 1 year ago

I have used this API the problem is on your localhost will be work if you have been deployed won't be access. It's happening because you are blocking the server over https

mayur-mali commented 1 year ago

same issue I am also facing

keshri95 commented 1 year ago

You can get others API for those are free https://rapidapi.com/hub try this

gubela28 commented 12 months ago

i have same error. what can i do?

Maniixer commented 10 months ago

same for me

NiengeDavid commented 7 months ago

Had the same issue, here is how to fix it:

Change http to https in your api url http://www.omdbapi.com?apikey=xxxxxx to https://www.omdbapi.com?apikey=xxxxxx