Questions tagged [proxy-authentication]
81 questions
0
votes
0 answers
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 an HTTP-407 from the proxy server.
https.proxyHost…
0
votes
1 answer
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 proxyRules =…

skhurams
- 2,133
- 7
- 45
- 82
0
votes
0 answers
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 credentials like this:
setx http_proxy…

theDrifter
- 1,631
- 6
- 24
- 40
0
votes
1 answer
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 activated including the value "chttpd_auth,…

Goltra
- 113
- 14
0
votes
1 answer
How do I auth a user:pass proxy in golang
I am trying to use a user:pass proxy in my request in golang, and I am getting `proxy authentication required`` when I run it
here is my code:
var ip string = "123.45.67.890:54400:user:pass"
func main() {
proxy := "http://" + ip
proxyURL,…

Salvatore Timpani
- 407
- 3
- 6
- 26
0
votes
1 answer
How to set http header 'www-authenticate' for proxy authentication in .js
I am getting error: http header 'www-authenticate' used for proxy authentication not found, while running .js script. I have tried many ways to set proxy authentication but it's giving syntax error everytime. Following is my code and commented lines…

Barkha
- 13
- 5
0
votes
1 answer
Resolving a Proxy Authentication Required Issue
I've written a Delphi application which requires communication with a remote web server. I pass INTERNET_OPEN_TYPE_PRECONFIG flag into the InternetOpen function to initialise my app's use of the WinINet functions and by doing so my app to retrieve…

w5m
- 2,286
- 3
- 34
- 46
0
votes
1 answer
407 authenticationrequired in JMeter
I work in a company where we use a proxy to access any browser website.
We would like to start API testing with JMeter, but have a problem.
Whenever I try to add an API call to petstore.swagger.io/v2/pet/10, for example, and put in the proxy details…

Aymeric Wilmotte
- 5
- 5
0
votes
0 answers
Is it possible for a C#/VC++ application running in System context to access user context for NTLM/Kerberos authentication?
I have a windows application that needs to run in system context. And it needs to authenticate to a proxy for internet access.
Limitations are : 1) Cannot ask user for credentials as it is not a user-facing application and basic authentication is…

adk
- 1
- 1
0
votes
1 answer
Python selenium chromedriver authenticate luminati proxy?
Hi I am using selenium chromedriver and using luminati proxy with it.
But I cant figure out how to set proxy username and password.
I have tried this code:
import random
from selenium import webdriver
from selenium.webdriver.common.keys import…

Abhimanyu Singh
- 369
- 4
- 20
0
votes
1 answer
Python requests private proxy authentication does not return
I'm writing a scraper that will extract information of a given proxy. I'm using python requests with private proxies having username and password to access "https://ip8.com/" that will give information about the proxy and will scrape the…

Salik95
- 1
- 3
0
votes
0 answers
Visual Studio build - "(407) Proxy Authentication Required" when build xamarin Droid project
I used network proxy which needs username/password for authentication in our company.
I am working on Xamarin development, and using visual studio 2015 as IDE.
When I build Android project, many errors occurred. The main error is "(407) Proxy…
0
votes
1 answer
odd response after INVITE request, SIP
After sending an INVITE request I receive a trying answer,
and immidietly after that I receive error 407 (proxy authentication required).
After sending ACK & another INVITE with the proxy header I receive session progress about 1/4 of the time!…

skoperst
- 2,259
- 1
- 23
- 35
0
votes
1 answer
Set system proxy && authentication in C++ on Windows
Is there a way in C++ to set the Windows system proxy with authentication credentials so it would affect all running programs(browsers, etc...) immediatly but:
Not requiring restarting any browser
Not requiring browser-reauthentication
I am…

jave.web
- 13,880
- 12
- 91
- 125
0
votes
1 answer
How do I configure proxy credentials for Visual Studio 2012?
I have searched on MSDN, but i could not find how to configure username and password for proxy on Visual Studio 2012 config file.
I found this:

Matteo Umili
- 3,412
- 1
- 19
- 31