79749813

Date: 2025-08-29 04:19:42
Score: 1.5
Natty:
Report link

//since it returns array, get the first ip since it is the client ip - others are proxy ip....

const clientip = req.headers['x-forwarded-for'][0] || req.socket.remoteAddress;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fredrick