diff --git a/CurlClient.php b/CurlClient.php index 8efb608..da71ca5 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -50,6 +50,7 @@ class CurlClient extends ClientAbstracts if ($this->getPort() != 443 && $this->getPort() != 80) { $host .= ':' . $this->getPort(); } + var_dump($host . $path); $this->do(curl_init($host . $path), $host . $path, $method); if ($isHttps !== FALSE) { $this->curlHandlerSslSet();