Fix HTTP Client redirect Bug

This commit is contained in:
Philipp 2022-07-12 20:09:18 +02:00
parent 83a16ac114
commit 8e547510a0
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 5 additions and 5 deletions

View File

@ -96,7 +96,7 @@ class HttpClient extends BaseFactory
RequestOptions::ALLOW_REDIRECTS => [
'max' => 8,
'on_redirect' => $onRedirect,
'track_redirect' => true,
'track_redirects' => true,
'strict' => true,
'referer' => true,
],