Help

Post request returns TypeError: Failed to Fetch

Topic Labels: Custom Extensions
3222 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Niza_Siwale
4 - Data Explorer
4 - Data Explorer

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

1 Reply 1
Mike_Pennisi
7 - App Architect
7 - App Architect

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