Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
594 views

I’m working in a corporate environment where I need to connect to an external server through a proxy using Python. The proxy requires NTLM authentication, and I've been running into a persistent 407 (...
Ivan Chavez's user avatar
0 votes
2 answers
915 views

Need help with a 407 response? I can't solve this problem. I had a parser for a Korean car site that worked daily for one month until it showed a 407 error. I googled that the problem is solved by ...
mikholand's user avatar
0 votes
1 answer
799 views

I've been using the NPM Request package for years now and despite the fact that it's deprecated, it has always worked perfectly for my needs and I haven't ever had any issues up until today... I am ...
James's user avatar
  • 207
1 vote
1 answer
4k views

I am trying to install.packages("badger") in R 4.2.0 (ubuntu 20.04). But it says error 407 when it downloads some file: ..... * installing *source* package 'gert' ... ** package 'gert' ...
Обедающий философ's user avatar
0 votes
0 answers
3k views

I'm setting proxy, then making a POST API call to Azure resource using powershell invoke-restmethod command. Sometimes I'm getting the following error: The remote server returned an error: (407) ...
Surya's user avatar
  • 75
1 vote
1 answer
169 views

I am working with microsoft bot emulator and everytime I make a request to an external link my office proxy blocks it and application returns 407 error. To work around this I tried following hacks. ...
ikram's user avatar
  • 25
-14 votes
1 answer
1k views

I'm trying to access an external website from my company network using WinHttpRequest from VBA. The company has a proxy server that requires integrated Windows authentication. The following code ...
Shadow's user avatar
  • 34.5k
0 votes
1 answer
261 views

i tried below code to resolve the proxy authentication issue. But still the issue is persist. Note: Some networks without using Proxy, it is working fine. var INI = new IniFile(@"Settings.ini"); ...
Sankar S's user avatar
7 votes
3 answers
12k views

I have tried everything but I cant seem to fix this issue that is happening for only one client behind a corporate proxy/firewall. Our Silverlight application connects to Amazon S3 for downloading/...
Abhi.Net's user avatar
  • 782
0 votes
0 answers
302 views

I'm looking for your help and advise in one maven Release Build issue which is intermittent. I'm trying to use Maven Release having Mule Maven deploy plugin to deploy using proxy which requires proxy ...
user3626234's user avatar
2 votes
3 answers
7k views

I am getting the subject mentioned error code in one of my programs. I looked around for solutions on Stackoverflow and tried to follow the suggestions on issues reported by Ilana Platonov and PPr. ...
spaniard81's user avatar
1 vote
0 answers
769 views

I'm getting this error when I call a web service in C#: "The remote server returned an error: (407) Proxy Authentication Required". I reference some topic but issue not fixed. I was added in my .cs ...
Lê Cao Cường's user avatar
0 votes
1 answer
3k views

I am using nginx, gunicorn, django for backend. I have created apis in django, and these apis works fine for me from postman and even from my python code. But when I try to access the api from proxy ...
Nipun Garg's user avatar
1 vote
1 answer
963 views

We have been working on setting up thebuild definition on the on Premise TFS 2015 server, however are stuck with the proxy issue that’s coming while running a build task (Azure powershell). The build ...
Sagar M's user avatar
  • 11
0 votes
0 answers
269 views

I am writing a (WiX Burn) installer that needs to get licence information from our ASP.NET server. We are using the System.Net.WebClient to make this request. Some of our customers are using ...
James Bateson's user avatar
0 votes
1 answer
128 views

I followed the steps of this tutorial: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/ega_docs/dialog_ega.shtml#ega_getstart_setup until the step 3h (Account validation), which ...
Dan's user avatar
  • 97
1 vote
0 answers
112 views

I am a first-time user for R and a newbie in R programming. I was trying to install Bioconductor. However, I got the 407 error everytime. I read the download.file according to which "wininet" is the ...
HC89's user avatar
  • 11
0 votes
0 answers
388 views

I get Fiddler HTTP code 407 back. I have tried to define the authentication by "X-Session AutoAuth flag" in a rule , unsuccessful. "Automatically Authenticate" doesn't work too. Here is a saz-file ...
Windsurfer87's user avatar
0 votes
2 answers
17k views

Ok folks .. heres the deal --> I have consumed a web-service in my console app and am able to successfully invoke the same when running from my local machine. Trouble brews when I deploy the app on ...
ggv's user avatar
  • 21
0 votes
0 answers
153 views

I'm creating a HTML/JS file for people to enter details on a tablet, which get stored in localStorage, and then later on they will be uploaded to a web server via ajax. The storage part is working ...
TMH's user avatar
  • 6,256
2 votes
0 answers
2k views

I've got a problem getting my software to communicate through a proxy server at a client's site. It just gets (407) Proxy Authentication Required errors. It's a .NET Framework 3.5 C# WinForms ...
Chris John's user avatar
5 votes
2 answers
5k views

What should be the HTTP response code for Proxy Authorization failure? I know that 407 is the response code for requesting Proxy Authorization. But, once the clients sends the authentication info to ...
MediumOne's user avatar
  • 824
4 votes
2 answers
22k views

I have a problem with HttpClient 4.2.2 and proxy with username/password. HttpClient works in this way: List item Send request without proxy stuff (however I set proxy parameters for each request) Get ...
Lazy's user avatar
  • 277
4 votes
1 answer
5k views

I have a list of proxies that I want to loop through and test to make sure they are working and also test to make sure that they do not require a username and password. However, the test does not ...
jkruer01's user avatar
  • 2,205
6 votes
2 answers
11k views

When I run the following Powershell cmdlet (from the Azure Management Tools Snapin): get-osversions -subscriptionId **** -certificate (get-item cert:\CurrentUser\MY\******) I get the following error ...
window_eye's user avatar