On Mon, Feb 6, 2012 at 19:15, AJ ONeal <[email protected]> wrote: > Can someone suggest a strategy for determining which IP address a request > came through? > > I'm not looking for the IP address of the remote. > > I want the IP address of the server.
You mean the address the connection came in on a server with multiple addresses? You can't. It's not a Node limitation, most (all?) operating systems don't provide that information. Bind to each address separately. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
