4xx Client error responses
407Proxy Authentication Required
Proxy authentication required
#When does this occur?
Returned when authentication is required by a proxy server. Similar to 401 but for proxy authentication.
#How to handle?
Include proxy authentication credentials in the Proxy-Authorization header.
#Example
HTTP Response
HTTP/1.1 407 Proxy Authentication Required
Content-Type: application/json
Date: Tue, 10 Feb 2026 07:17:44 GMT
{
"status": 407,
"message": "Proxy Authentication Required"
}#Related Status Codes
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.