mkcfdc
Results
2
comments of
mkcfdc
Agree.
Express will allow you to do this. `app.use((req, res, next) => { const ip = req.ip || req.connection.remoteAddress; console.log("User's IP address:", ip); next(); });`