We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d19503e + d45cd42 commit 9b4c474Copy full SHA for 9b4c474
src/Qiniu/Http/Client.php
@@ -83,6 +83,7 @@ private static function sendRequest($request)
83
CURLOPT_HEADER => true,
84
CURLOPT_NOBODY => false,
85
CURLOPT_CUSTOMREQUEST => $request->method,
86
+ CURLOPT_FOLLOWLOCATION => 1,
87
CURLOPT_URL => $request->url
88
);
89
0 commit comments