diff --git a/sample/auth.rb b/sample/auth.rb index 7ec9ab8e..41f13beb 100644 --- a/sample/auth.rb +++ b/sample/auth.rb @@ -7,5 +7,5 @@ #c.set_proxy_auth("admin", "admin") # for WWW authentication: supports Basic, Digest and Negotiate. -c.set_auth("http://dev.ctor.org/http-access2/", "user", "user") +c.set_auth("http://dev.ctor.org/http-access2/", "username", "password") p c.get("http://dev.ctor.org/http-access2/login")