Skip to content

Commit

Permalink
Update auth.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tit authored Feb 9, 2017
1 parent 840e02e commit 66771cf
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 66771cf

Please sign in to comment.