DEV Community

Gabriel Alejandro López López
Gabriel Alejandro López López

Posted on • Edited on

1

Answer: CURL call is working fine directly in CURL but not in PHP 7.3

How to know why CURL is not working? Very easy:

You can use

$info = curl_getinfo($ch);
$error = curl_error($ch);

to see what happened.

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more