Skip to content

Commit 4bdb3d9

Browse files
authored
Update Request.php
1 parent 90a619f commit 4bdb3d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Utils/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function __construct($agreementToken = '', $apiSecret = '', $stripNull =
2222
'X-AgreementGrantToken' => $agreementToken,
2323
'Content-Type' => 'application/json',
2424
],
25+
'allow_redirects' => ['strict' => true],
2526
]);
2627

2728
$this->stripNull = $stripNull;

0 commit comments

Comments
 (0)