fetch data over deployed project have issue SSL it is blocked by sever
keshri95 opened this issue · 5 comments
keshri95 commented
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
same issue I am also facing
keshri95 commented
You can get others API for those are free https://rapidapi.com/hub try this
gubela28 commented
i have same error. what can i do?
Maniixer commented
same for me
NiengeDavid commented
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