diff --git a/app/Client/Http/HttpClient.php b/app/Client/Http/HttpClient.php index 0227eea..05ccd3e 100644 --- a/app/Client/Http/HttpClient.php +++ b/app/Client/Http/HttpClient.php @@ -86,7 +86,7 @@ class HttpClient protected function sendRequestToApplication(RequestInterface $request, $proxyConnection = null) { (new Browser($this->loop, $this->createConnector())) - ->withFollowRedirects(true) + ->withFollowRedirects(false) ->withRejectErrorResponse(false) ->requestStreaming( $request->getMethod(),