adrianhajdin / project_corona_tracker

This is a code repository for the corresponding YouTube video. In this tutorial, we are going to build and deploy a corona tracker application. Covered topics: React.js, Chart.js, Material UI, and much more.
https://covid19statswebsite.netlify.com/
1.45k stars 476 forks source link

api not working #54

Open manavsiddharthgupta opened 1 year ago

manavsiddharthgupta commented 1 year ago
issue_git

This Api - "https://covid19.mathdro.id/api" is not working.

SUVENDU-CHHATOI commented 1 year ago

Hey Manav, was there any resolution on this? Please share. Even I can't access the api

Coder-Rushabh commented 8 months ago

API endpoints are down/not-available - confirmed for owner.

https://github.com/mathdroid/covid-19-api/issues/501

Ameerjafar commented 7 months ago

can you assign this issue for me?

Ibrahim-Faisal15 commented 5 months ago

Hello Guys, the reason why the API or the endpoint isn't working is that the request header does not contain any appropriate headers that would allow access to the endpoint server, in others words it's a CORS error, which does not allow access to any other server besides your URL it does not contain any necessary headers to do so.