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