proxy-authentication Questions

2

i'm using ADB with command adb shell settings put global http_proxy <ip>:<port> it's works very good . but i can't login proxy if it had protected with username and password please...
Expend asked 14/2, 2020 at 5:39

4

Chrome used to run properly, when all of sudden it started asking for my proxy's username and password on every page I open. After I enter them, I see the page, but then I need to type them again w...

4

Note: this is not a duplicate of openssl s_client using a proxy, as I am specifically interested in proxy authentication, not the ability to use proxy. I'm using openssl s_client to inspect certif...
Wiebmer asked 13/5, 2019 at 9:5

4

Solved

I'm trying to use the module request in my node.js app, and I need to configure proxy settings with authentication. My settings are something like this: proxy:{ host:"proxy.foo.com", port:8080...
Nickel asked 10/5, 2014 at 19:29

6

I am using Firefox WebDriver in Python 2.7 with Selenium. My python program starts Firefox browser and visits different websites when I run the program. But, I need to set the proxy with authentica...

7

I'm getting this error when I call a web service: "The remote server returned an error: (407) Proxy Authentication Required". I get the general idea and I can get the code to work by adding myPr...

13

Solved

I am behind a corporate proxy server which requires credentials. I have been trying to connect to a TFS server (on tfspreview.com) with MS Visual Studio Pro 2012 for the last 2 hours with no succes...
Chaconne asked 5/12, 2012 at 6:52

3

I use this code with .NET 3.5 and receive error "The remote server returned an error: (407) Proxy Authentication Required." using (WebClient client = new WebClient()) { WebRequest.DefaultWebProxy...
Enshroud asked 11/5, 2014 at 8:13

7

Solved

I've been trying to configure the user and password for proxy authentication from the configured properties while using Apaches HttpComponent's httpclient, but with no success. All examples I have ...
Dotation asked 5/8, 2011 at 20:10

1

Solved

While I am trying to run npm command, I am getting an error. The error log is reproduced below: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbo...
Antisocial asked 18/3, 2019 at 13:6

2

Solved

I'm trying to run a "hello world" application in android studio. My connection is via proxy. When I try run the "hello world app", android studio show me the next error: Error running Prueba: G...
Courtland asked 13/11, 2014 at 19:35

3

I am not sure if this exactly qualifies for StackOverflow, but since I need to do this programatically, and I figure lots of people on SO use CloudFront, I think it does... so here goes: I want to...

1

Solved

So I'm trying to implement the following scenario: An application is protected by Basic Authentication. Let's say it is hosted on app.com An HTTP proxy, in front of the application, requires auth...

4

Solved

I'm using vs2010. In a simple console app I try to add a service reference to http://***/service1.asmx , old asmx service. My computer is behind a proxy server, so i get an error : "The remote...
Consultative asked 12/9, 2011 at 10:25

0

I have the following setup Box A (192.168.8.180 - running apache reverse proxy) Box B (192.168.8.100:808 - Proxy server to connect to internet) Due to internal reasons, The IP of box A is redire...
Deraign asked 21/9, 2011 at 15:37

2

Solved

I have been playing with the Poco Net library for some time, it is quite nice. Very convenient and easy to understand. I was able to set a proxy address, and it is saying 407 Proxy authorization r...
Moulden asked 25/8, 2009 at 10:52
1

© 2022 - 2025 — McMap. All rights reserved.