Jun 26, 2020 10:57 AM
Whenever I try to make a post request using fetch, the Failed to Fetch error is returned. However, if I call wikipedia it goes through.
I have tried this with so many other websites e.g http://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL
Jul 17, 2020 06:24 PM
The problem here was that the URL was not secure–that is, it used HTTP instead of HTTPS.
Identified in the following post: Hey guys I need your help