Eerrap

Results 1 comments of Eerrap

May be better not change "curl.php" but change "HttpClient.php" to have the following lines in "request" method: ``` php ob_start(); $this->doRequest($url, $parameters, $httpMethod, $options); $response = ob_get_contents(); ob_end_clean(); ```