Top "Proxy-authentication" questions

The remote server returned an error: (407) Proxy Authentication Required

I'm getting this error when I call a web service: "The remote server returned an error: (407) Proxy Authentication Required". I …

c# .net proxy-authentication http-status-code-407 machine.config
Apache HttpClient 4.1 - Proxy Authentication

I've been trying to configure the user and password for proxy authentication from the configured properties while using Apaches HttpComponent's …

java proxy apache-httpclient-4.x proxy-authentication
HTTP Spec: Proxy-Authorization and Authorization headers

So I'm trying to implement the following scenario: An application is protected by Basic Authentication. Let's say it is hosted …

http authentication basic-authentication specifications proxy-authentication
proxy authentication in node.js with module request

I'm trying to use the module request in my node.js app, and I need to configure proxy settings with …

node.js proxy httpclient proxy-authentication
add web service reference from behind a proxy server

I'm using vs2010. In a simple console app I try to add a service reference to http://***/service1.asmx , old …

c# asmx proxy-authentication
The remote server returned error: (407) Proxy Authentication Required

I use this code with .NET 3.5 and receive error "The remote server returned an error: (407) Proxy Authentication Required." using (WebClient …

c# .net-3.5 proxy-authentication http-status-code-407