diff --git a/common/HttpClient.php b/common/HttpClient.php index 94dc479..a291ecc 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -391,6 +391,7 @@ class HttpClient $this->header['User-Agent'] = $this->agent; } if (!empty($this->header)) { + var_dump($this->header); $client->setHeaders($this->parseHeaderMat()); }