Update options

This commit is contained in:
Ankit Mahato
2024-04-06 23:52:27 +05:30
parent 6d9cbcc04a
commit 210e1f936f
2 changed files with 0 additions and 112 deletions

View File

@ -80,11 +80,7 @@ curl_setopt_array($request, [
//ending template
final String kStringRequestEnd = r'''
CURLOPT_SSL_VERIFYPEER => 0,
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
]);
$response = curl_exec($request);