From: Mario Ruiz Date: 2013-07-02T00:03:57+09:00 Subject: How to get the User_logged in windows with Sinatra I need to know the user that is accessing the intranet i created with Sinatra something like in asp.NET Request.ServerVariables["AUTH_USER"] I've been taking a look at the object request... it gives a lot of info but not the network username :( -- Posted via http://www.ruby-forum.com/.