find full url of express app code example Example: express get full url var fullUrl = req.protocol + '://' + req.get('host') + req.originalUrl;