Merge remote-tracking branch 'nbaksalyar/proxy_fix'
commit
ca1dcc4659
|
@ -70,7 +70,7 @@ final class StreamContextFactory
|
||||||
|
|
||||||
// Preserve headers if already set in default options
|
// Preserve headers if already set in default options
|
||||||
if (isset($defaultOptions['http']['header'])) {
|
if (isset($defaultOptions['http']['header'])) {
|
||||||
$defaultOptions['http']['header'] .= "Proxy-Authorization: Basic {$auth}\r\n";
|
$defaultOptions['http']['header'][] = "Proxy-Authorization: Basic {$auth}";
|
||||||
} else {
|
} else {
|
||||||
$options['http']['header'] = "Proxy-Authorization: Basic {$auth}\r\n";
|
$options['http']['header'] = "Proxy-Authorization: Basic {$auth}\r\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue