We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdbc9a commit 236df4cCopy full SHA for 236df4c
1 file changed
src/BigBlueButton.php
@@ -461,6 +461,7 @@ private function processXmlResponse($url, $payload = '', $contentType = 'applica
461
curl_setopt($ch, CURLOPT_ENCODING, 'UTF-8');
462
curl_setopt($ch, CURLOPT_URL, $url);
463
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
464
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
465
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
466
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookiefilepath);
467
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookiefilepath);
0 commit comments