I’m developing an API on Node.js + express on Heroku, and every time I fetch anything with POST, I get a 400 Bad request error.
Postman requests to the same endpoint work perfectly. So the only hypothesis I have is that I need a ‘Host’ header in my A...