proxy_auth_get(http, path, user = nil, domain = nil)
Class Public methods
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 (u