Skip to content

Commit

Permalink
Merge pull request #357 from tit/patch-1
Browse files Browse the repository at this point in the history
Update auth.rb
  • Loading branch information
nahi authored Apr 16, 2017
2 parents e13cd04 + 66771cf commit 27fbb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 27fbb07

Please sign in to comment.