Skip to content

Commit 236df4c

Browse files
committed
CURLOPT_FOLLOWLOCATION
1 parent dfdbc9a commit 236df4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BigBlueButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ private function processXmlResponse($url, $payload = '', $contentType = 'applica
461461
curl_setopt($ch, CURLOPT_ENCODING, 'UTF-8');
462462
curl_setopt($ch, CURLOPT_URL, $url);
463463
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
464+
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
464465
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
465466
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookiefilepath);
466467
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookiefilepath);

0 commit comments

Comments
 (0)