diff --git a/common/HttpClient.php b/common/HttpClient.php index 42db3ef..d12d446 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -528,6 +528,7 @@ class HttpClient return $body; } $type = $data['content-type']; + var_dump($body, $type); if (strpos($type, 'text/html') !== false) { return $body; } else if (strpos($type, 'json') !== false) {