method
proxy_auth_get
ruby latest stable - Class:
Win32::SSPI::NegotiateAuth
proxy_auth_get(http, path, user = nil, domain = nil)public
Given a connection and a request path, performs authentication as the current user and returns the response from a GET request. The connnection should be a Net::HTTP object, and it should have been constructed using the Net::HTTP.Proxy method, but anything that responds to “get” will work. If a user and domain are given, will authenticate as the given user. Returns the response received from the get method (usually Net::HTTPResponse)