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 8e1cb79 + d5954b8 commit f24cb96Copy full SHA for f24cb96
1 file changed
src/Supporting/CommunicationProvider.php
@@ -593,6 +593,7 @@ public function callRestAPI($params, $isAddToken, $method = 'GET', $request = nu
593
curl_setopt($ch, CURLOPT_VERBOSE, 0);
594
curl_setopt($ch, CURLOPT_HEADER, 1);
595
curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT);
596
+ curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
597
if ($methodLower == 'post') {
598
curl_setopt($ch, CURLOPT_POST, 1);
599
} else
0 commit comments