Posts by Phabio Ricard • 1 point
1 post
-
0
votes1
answer51
viewsQ: fetch receiving http status 0
I created a small project on webstorm with an html that fetch from my localhost:3340 fetch('http://httpbin.org/get') .then( function(response){ console.log("response ok"); return response.json(); }…