diff --git a/src/Unirest/Request.php b/src/Unirest/Request.php index 5524caa..cc1836c 100755 --- a/src/Unirest/Request.php +++ b/src/Unirest/Request.php @@ -401,7 +401,6 @@ class Request if ($method !== Method::GET) { if ($method === Method::POST) { curl_setopt(self::$handle, CURLOPT_POST, true); - curl_setopt(self::$handle, CURLOPT_POSTREDIR, 3); } else { curl_setopt(self::$handle, CURLOPT_CUSTOMREQUEST, $method); }