Holen Sie sich volle URL -Nodejs

var fullUrl = req.protocol + '://' + req.get('host') + req.originalUrl;
Doubtful Dog