omdbapi/OMDb-API

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

keshri95 opened this issue · 5 comments

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

same issue I am also facing

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

i have same error. what can i do?

same for me

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