Created
March 15, 2016 01:18
-
-
Save leandrojo/a8c4857d8e92120b71fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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