4xx Client Error

HTTP 407 Proxy Authentication Required

The client must first authenticate itself with the proxy. Similar to 401, but indicates the authentication is needed for the proxy server, not the origin server.

Common Causes

  • Corporate proxy requiring login credentials
  • Proxy server rejecting unauthenticated requests
  • Proxy credentials expired or invalid

How to Fix

  1. 1Provide valid proxy authentication credentials
  2. 2Configure your client with the correct proxy username/password
  3. 3Contact your network administrator for proxy access

Example

HTTP 407 Proxy Authentication Required
GET http://example.com HTTP/1.1

→ 407 Proxy Authentication Required
→ Proxy-Authenticate: Basic realm="proxy"

Related Client Error Codes