diff --git a/node/server.js b/node/server.js index cea64690..aab3cda5 100644 --- a/node/server.js +++ b/node/server.js @@ -243,6 +243,8 @@ async.waterfall([ //This is a api call, collect all post informations and pass it to the apiHandler app.all('/api/1/:func', function(req, res) { + res.header("Server", serverName); + //check if this is a post request if(req.method == "POST") {