From 66771cfe428bae209f663a397827ad081f920655 Mon Sep 17 00:00:00 2001 From: TIT Date: Thu, 9 Feb 2017 11:07:23 +0300 Subject: [PATCH] Update auth.rb --- sample/auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")