From: James Kasemi Date: 2008-02-27T08:42:11+09:00 Subject: Re: getting client ip address Stewart wrote: > whats the best way to get a client ip address. I am using rails if that > makes any difference Use the remote_ip method of the request object. It looks for forwarded requests automatically: http://api.rubyonrails.org/classes/ActionController/AbstractRequest.html#M000408 -- Posted via http://www.ruby-forum.com/.