The DevOps Drop
Home / Encyclopedia / HTTP Status Codes / 4xx Client Error Responses / 407 Proxy Authentication Required

407 Proxy Authentication Required

The HTTP 407 Proxy Authentication Required status code indicates that authentication is required with a proxy server.

Published 16 Jul 2026 · HTTP Status Code

What is HTTP 407 Proxy Authentication Required?

The 407 Proxy Authentication Required response is similar to 401, but authentication is required by a proxy server.

Common Causes

  • Corporate proxy authentication
  • Missing proxy credentials
  • Incorrect proxy configuration

Example

HTTP/1.1 407 Proxy Authentication Required

DevOps Considerations

This status code can appear when applications communicate through authenticated proxies.

Summary

407 Proxy Authentication Required means the proxy requires authentication before forwarding the request.