Posts by EJ Mason • 121 points
1 post
-
2
votes2
answers627
viewsA: Fetch API cannot load [URL]. Response for preflight has invalid HTTP status code 404
Often, Postman will work because the rules of "Cross Origin Requests" do not apply. If you are using Express.js, you can use this: https://www.npmjs.com/package/cors The problem is that your server…