Flowdock
method

proxy_auth_get

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: NegotiateAuth

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

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.