nodesjs get url host code example Example: get full url nodejs var fullUrl = req.protocol + '://' + req.get('host') + req.originalUrl;