env('APP_URL', 'http://localhost:8080'), 'timeout' => 25, 'connect_timeout' => 7, 'http_errors' => true, 'synchronous' => false, 'headers' => [ 'User-Agent' => env('USER_AGENT'), ], 'allow_redirects' => [ 'max' => 5, 'strict' => false, 'referer' => false, 'protocols' => ['http', 'https'], 'track_redirects' => false ] ];