Skip to main content

Post request returns TypeError: Failed to Fetch

  • June 26, 2020
  • 1 reply
  • 27 views

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

Forum|alt.badge.img+4
  • Inspiring
  • 60 replies
  • July 18, 2020

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