Retrieving requester IP

Hey All, How can you access the requesting computer’s IP address?

Thanks, Jim Englert

In a controller you can use request.remote_ip. So...

   @visitor_ip = request.remote_ip

-- gw