Beware implicit Content-Type: "application/json"
Published on in JavaScript, Node.js and TypeScript
If you are sending a FormData
body with fetch
,
things might not work correctly if you are (accidentally)
setting the Content-Type
request header to "application/json"
.