Ticket #12200: http.php.diff

File http.php.diff, 525 bytes (added by ssandison, 3 years ago)
Line 
1Index: C:/xampp/htdocs/intranet/wp-includes/http.php
2===================================================================
3--- C:/xampp/htdocs/intranet/wp-includes/http.php       (revision 12785)
4+++ C:/xampp/htdocs/intranet/wp-includes/http.php       (Working Copy)
5@@ -1203 +1203 @@
6-                               $options['proxyauthtype'] = HTTP_AUTH_BASIC;
7+                               $options['proxyauthtype'] = HTTP_AUTH_ANY;
8@@ -1314 +1314 @@
9-                                       curl_setopt( $handle, CURLOPT_PROXYAUTH, CURLAUTH_BASIC );
10+                                       curl_setopt( $handle, CURLOPT_PROXYAUTH, CURLAUTH_ANY );