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