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.
1 parent d19503e commit d45cd42Copy full SHA for d45cd42
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