Skip to content

Commit d5954b8

Browse files
authored
Merge pull request #63 from iFreshDevelopment/master
fix compatibility with latest filemaker version
2 parents 5bc82a2 + a72f2c6 commit d5954b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Supporting/CommunicationProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ public function callRestAPI($params, $isAddToken, $method = 'GET', $request = nu
593593
curl_setopt($ch, CURLOPT_VERBOSE, 0);
594594
curl_setopt($ch, CURLOPT_HEADER, 1);
595595
curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT);
596+
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
596597
if ($methodLower == 'post') {
597598
curl_setopt($ch, CURLOPT_POST, 1);
598599
} else

0 commit comments

Comments
 (0)