Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Net::HTTP::Proxy Access Denied (authentication_failed)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="zak, post: 4684836"] Hi, two pc's show different behavior, although they are under the same domain in a company network: require 'net/http' Net::HTTP::Proxy('<proxy-address-here>', 8080).start('[URL="http://www.google.com"]www.google.com[/URL]') { |http| puts http.get('/search?q=ruby') } This code displays google's page content as expected on my computer, while on a colleague's pc "Access Denied (authentication_failed) Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified. This is typically caused by an incorrect username and/or password, but could also be caused by network problems." appears. Any idea how this comes? thanks! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Net::HTTP::Proxy Access Denied (authentication_failed)
Top