82 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
47
views
How to avoid ValidProxyAuthenticationRequired web error status while authenticating to a proxy server in Microsoft Edge WebView2 control
I have the following C# code to initialize and to use a proxy server with Microsoft Edge WebView2 control (v.1.0.3179.45):
var proxyAddress = ...
var proxyPort = ...
var proxyUserName = ...
var ...
1
vote
1
answer
396
views
407 Proxy Authentication Required Error for GCP Java SDK calls
I'm trying to build an application which uses GCP's buckets in the backend. I'm using Java SDK to build the application. I'm using Access Credential JSON file to authenticate the request.
GCP calls ...
0
votes
0
answers
130
views
Proxy authentication using selenium in Python
I need to use Selenium with Authenticated Proxy. I saw that Selenium doesn't have anything practical to do this, just proxies without authentication, if I run the argument to register the proxy it ...
0
votes
1
answer
2k
views
How to set ProxyAuthenticationStrategy in HttpClientBuilder?
I am updating the java version of our micro services from Java 11 to Java 17.
In one of our micro services I have the following piece of code:
baseHttpClientBuilder.
.setProxyAuthenticationStrategy(...
0
votes
1
answer
576
views
Getting 407 Authorization error while executing RestAssured code after providing custom proxy details
I'm new to API testing using Rest Assured.
As I'm working behind the proxy, I have used all the proxy details in the code. Below is the code I'm trying to execute. Getting 407 error.
...
2
votes
0
answers
3k
views
ERR_UNEXPECTED_PROXY_AUTH for preflight request in chrome only first time
While hitting AWS gateway API's, there is getting ERR_UNEXPECTED_PROXY_AUTH error with status:0 on preflight (OPTIONS)request.
This error is on first time only and when it tries for the second time ...
0
votes
1
answer
523
views
Ticket validated but no PGT in the ticket validation response (CAS 6.5.9)
I have successfully configured CAS 6.5.9 with Proxy Authentication. As mentioned in the documentation, my use case does not support the invoking of a callback url so I have requested that the PGT be ...
1
vote
0
answers
2k
views
Proxy authentication with python requests
I am using the following code. I have removed the actual 'username' and 'password' and 'proxy_address' objects for privacy reasons.
auth = HTTPProxyAuth('username', 'password')
r = requests.get(...
1
vote
0
answers
526
views
How to use Proxy with Username and Password in Selenium C#
I'm having a problem when using Proxy with Selenium in C#.
My proxy requires a Username and Password to authenticate to use it with Chrome Selenium C#.
Is there anyway to authenticate proxy with ...
1
vote
0
answers
1k
views
Using connect-exchangeonline PS via a proxy from within C# (.NET Core 3.1)
I am developing a .NET Core 3.1 API that is trying to connect to Exchange Online by calling Powershell from behind a Proxy that you need to authenticate with.
If I run the below Powershell script in ...
4
votes
1
answer
311
views
WebRequest is not able to validate invalid proxy credentials after validating valid credentials in vb.net
I'm validating proxy credentials using WebRequest.DefaultWebProxy. After giving valid credentials when I'm using invalid credentials it also works fine.
so it is not validating proxy credentials here.
...
0
votes
0
answers
657
views
Unable to authenticate Proxy using quarkus-microprofile restclient
Any ideas on why quarkus-microprofile rest-client (version 1.3) ignores System-env properties proxy username and proxy password. It definitely considers using the proxy host and port as I am getting ...
0
votes
1
answer
223
views
How to provide Credentials in http Proxy in Dotnetbrowser?
I'm working in Dotnetbrowser using proxy without credentials. But i need to provide username and password in proxy. I'm implementing the code in my constructor. This is my working code
string ...
0
votes
0
answers
523
views
DotNet HttpClient.DefaultProxy Property not reading system settings on Win10
The docs indicate, that the default Proxy-Setup for the HttpClient will be determined through the presence of environmental variables and/or the system wide proxy settings.
I set the proxy-auth ...
0
votes
1
answer
1k
views
Couchdb and proxy authentication
I have been using couchdb for a long time and we authenticate through cookies auth. Now we would like to start testing proxy authentication but I don't quite understand how it works.
I already have it ...