Skip to content

Commit 27fbb07

Browse files
authored
Merge pull request #357 from tit/patch-1
Update auth.rb
2 parents e13cd04 + 66771cf commit 27fbb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/auth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
#c.set_proxy_auth("admin", "admin")
88

99
# for WWW authentication: supports Basic, Digest and Negotiate.
10-
c.set_auth("http://dev.ctor.org/http-access2/", "user", "user")
10+
c.set_auth("http://dev.ctor.org/http-access2/", "username", "password")
1111
p c.get("http://dev.ctor.org/http-access2/login")

0 commit comments

Comments
 (0)