79699792

Date: 2025-07-13 07:11:31
Score: 0.5
Natty:
Report link

Next code will work a little bit faster

return HttpContext.Current.Request.Headers["X-Forwarded-For"].Split(new char[] { ',' }, 2).FirstOrDefault();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Dmitry Shashurov