Method: Net::HTTPHeader#auth_data
- Defined in:
- lib/www/ntlm-http/lib/net/ntlm_http.rb
#auth_data ⇒ Object
could also try an automatic authentication. sends as basic first, then resends if required, or whatever. seems kind of messy exposing this stuff here.
785 786 787 |
# File 'lib/www/ntlm-http/lib/net/ntlm_http.rb', line 785 def auth_data @auth_data end |