diff --git a/common/HttpClient.php b/common/HttpClient.php index 2e1fe7e..97dfc30 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -502,6 +502,8 @@ class HttpClient private function headerFormat($headers) { $_tmp = []; + + var_dump($headers); foreach ($headers as $key => $val) { $trim = explode(': ', trim($val));