Skip to main content
apiguide.dev

HTTP 407 — Proxy Authentication Required

The client must first authenticate itself with the proxy server.

Status CodeHTTP 407
CategoryClient Error (4xx)
API Error Subtypes0 error schemas
HTTP Headers0 headers

What does HTTP status code 407 mean?

The 407 Proxy Authentication Required status code indicates that the client must authenticate itself through an intermediary proxy server before the request can proceed to the destination.

When to use it in APIs

Rarely used in public API backends; typically thrown by enterprise proxy firewalls.

How it compares to other codes

  • 401 Unauthorized: Identifies authentication needed by the destination origin server, whereas 407 identifies proxy server authentication.

Specific API Error Types for 407

No specific Problem+JSON schemas have been defined for HTTP 407 on apiguide.dev yet.

Associated HTTP Headers

No specific HTTP headers are explicitly linked to HTTP 407 in our directory yet.

Related HTTP Status Codes