how to get url address in node js code example Example: get full url nodejs var fullUrl = req.protocol + '://' + req.get('host') + req.originalUrl;