We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e13cd04 + 66771cf commit 27fbb07Copy full SHA for 27fbb07
sample/auth.rb
@@ -7,5 +7,5 @@
7
#c.set_proxy_auth("admin", "admin")
8
9
# for WWW authentication: supports Basic, Digest and Negotiate.
10
-c.set_auth("http://dev.ctor.org/http-access2/", "user", "user")
+c.set_auth("http://dev.ctor.org/http-access2/", "username", "password")
11
p c.get("http://dev.ctor.org/http-access2/login")
0 commit comments