Skip to content

Instantly share code, notes, and snippets.

@leandrojo
Created March 15, 2016 01:18
Show Gist options
  • Select an option

  • Save leandrojo/a8c4857d8e92120b71fc to your computer and use it in GitHub Desktop.

Select an option

Save leandrojo/a8c4857d8e92120b71fc to your computer and use it in GitHub Desktop.
customerHeader = {
'customerIpAddress' : req.headers["X-Forwarded-For"] || req.headers["x-forwarded-for"] || '127.0.0.1',
'customerUserAgent' : req.headers['user-agent'],
'customerSessionId' : req.sessionId
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment