Flowdock
method

proxy_auth_get

Importance_1
v1_9_3_125 - Show latest stable - 0 notes - Class: 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)

Show source
Register or log in to add new notes.