Top "Curl" questions

cURL is a library and command-line tool for transferring data using various protocols such as HTTP, FTP and SFTP.

How to resolve cURL Error (7): couldn't connect to host?

I send an item code to a web service in xml format using cUrl(php). I get the correct response …

php xml curl
How to use cURL to get jSON data and decode the data?

So I have a link that returns a jSON object, and I need to have it decoded and put into …

php json api curl
How to enable cURL in PHP / XAMPP

How do I enable cURL in PHP? ​​

php curl xampp
What is cURL in PHP?

In PHP, I see the word cURL in many PHP projects. What is it? How does it work? Reference Link: …

php curl
How to make remote REST call inside Node.js? any CURL?

In Node.js, other than using child process to make CURL call, is there a way to make CURL call …

rest curl node.js
Setting Curl's Timeout in PHP

I'm running a curl request on an eXist database through php. The dataset is very large, and as a result, …

php http curl timeout
How to urlencode data for curl command?

I am trying to write a bash script for testing that takes a parameter and sends it through curl to …

bash shell curl scripting urlencode
HTTPS and SSL3_GET_SERVER_CERTIFICATE:certificate verify failed, CA is OK

I am using XAMPP for development. Recently I upgraded my installation of xampp from an old version to 1.7.3. Now when …

php ssl curl openssl ca
wget/curl large file from google drive

I'm trying to download a file from google drive in a script, and I'm having a little trouble doing so. …

curl google-drive-api google-colaboratory wget google-docs
How to POST JSON Data With PHP cURL?

Here is my code, $url = 'url_to_post'; $data = array( "first_name" => "First name", "last_name" => "last name", "…

php json rest curl