diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index 181c5e6a6..ee08e424c 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -1591,7 +1591,7 @@ class WP_HTTP_Proxy { * @return string */ function authentication_header() { - return 'Proxy-Authentication: Basic ' . base64_encode( $this->authentication() ); + return 'Proxy-Authorization: Basic ' . base64_encode( $this->authentication() ); } /**