Questions tagged [http-status-code-407]

The HTTP response status code 407 Proxy Authentication Required

This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy. The proxy must return a Proxy-Authenticate header field containing a challenge applicable to the proxy for the requested resource. The client may repeat the request with a suitable Proxy-Authorization header field. HTTP access authentication is explained in "HTTP Authentication: Basic and Digest Access Authentication".

Related tags

See also RFC2616.

54 questions
0
votes
0 answers

407 error when doing XMLHttpRequest (cross-origin) on Chrome extension background script

I am developing a chrome extension, and XMLHttpRequest (cross-origin) GET at any urls on backgournd script is generating following error : Failed to load resource: the server responded with a status of 407 () : proxy authentication required When I…
0
votes
0 answers

407 Proxy Authentication required error in Safari

I have hosted a small application on a server, when I try to access the link from safari it gives me a 407 error. The same link works fine for Chrome and other browsers. can you please point me in right direction?
0
votes
0 answers

fiddler v4.5.1.0 - get http-error-code 407

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 with the problem: SAZ-Download
0
votes
2 answers

C# webservice async callback not getting called on HTTP 407 error

I am trying to test the use-case of a customer having a proxy with login credentials, trying to use our webservice from our client. If the request is synchronous, my job is easy. Catch the WebException, check for the 407 code, and prompt the user…
Ben
  • 7,692
  • 15
  • 49
  • 64
0
votes
2 answers

The request failed with HTTP status 407: authenticationrequired.

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 my Win 2K8 box. I first came up on -> The remote…
ggv
  • 11
  • 1
  • 1
  • 3
0
votes
0 answers

Ajax from local file to server

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 fine, however, every/any ajax post I make, valid…
TMH
  • 6,096
  • 7
  • 51
  • 88
0
votes
1 answer

HttpWebRequest not authenticating against proxy server using kerberos

I am using the following code to get load xml from a webpage however I keep receiving the error "The remote server returned an error: (407) Proxy Authentication Required." I've looked at a large number of posts on both stackoverflow and other sites…
-1
votes
1 answer

when i using the client of GitHub i get a error:System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required

2017-07-02 17:37:51.8708|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 10 at GitClient.cs:290 after blocking 0.4168211s 2017-07-02 17:37:52.2268|INFO|thread: 1|ObservableEx|Could not refresh repository information…
Vic.Liu
  • 461
  • 5
  • 3
-8
votes
1 answer

Proxy authentication required (http error 407) with WinHttpRequest and proxy with integrated Windows authentication and https

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 works if I try to access a URL with plain http, but I…
Shadow
  • 33,525
  • 10
  • 51
  • 64
1 2 3
4