Top "Curl" questions

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

Download file using libcurl in C/C++

I am building an application (on windows using Dev-C++) and I want it to download a file. I am doing …

c file curl download libcurl
Show Curl POST Request Headers? Is there a way to do this?

I'm building a Curl web automation app and am having some issue with not getting the desired outcome of my …

php curl request header libcurl
SOAP request in PHP with CURL

Since the SOAP manual on php.net is not very noob friendly and I could not find any good examples …

php soap curl
How to post raw body data with curl?

Before you post this as a duplicate; I've tried many of the suggestions I found around SO. So far I've …

linux curl post request http-post
send Content-Type: application/json post with node.js

How can we make a HTTP request like this in NodeJS? Example or module appreciated. curl https://www.googleapis.com/…

node.js post curl
How to use basic authorization in PHP curl

I am having problem with PHP curl request with basic authorization. Here is the command line curl: curl -H "Accept: …

php curl authorization
Test file upload using HTTP PUT method

I've written a service using HTTP PUT method for uploading a file. Web Browsers don't support PUT so I need …

http curl put
Downloading a large file using curl

I need to download remote file using curl. Here's the sample code I have: $ch = curl_init(); curl_setopt($ch, …

php curl download
curl error 18 - transfer closed with outstanding read data remaining

when retrieving data from a URL using curl, I sometimes (in 80% of the cases) get error 18: transfer closed with outstanding …

php curl
get url content PHP

I wanna put the content of a URL in a string and the process it. However, I have a problem. …

php url curl file-get-contents