Express (node.js) seems to be replacing my content-type with application/json Express (node.js) seems to be replacing my content-type with application/json express express

Express (node.js) seems to be replacing my content-type with application/json


You should check the order of the middleware, it's really tricky and can mess things up if they are in the correct order.You can check the correct order here in the Connect webpage