How To: Browser version, OS Version?

Hi all,

What should do the trick If I want to find out what the clients Browser
Version en OS Version is? Is there a special kind of method for this?
(just like finding out what the ip of the client is with the following
method @request.remote_ip)

Thanks !!

Lennard wrote:

Hi all,

What should do the trick If I want to find out what the clients Browser
Version en OS Version is? Is there a special kind of method for this?
(just like finding out what the ip of the client is with the following
method @request.remote_ip)

Thanks !!

request.env[‘HTTP_USER_AGENT’]


Michael W.