Top "Curl" questions

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

Using client certificate in Curl command

Curl Command: curl -k -vvvv \ --request POST \ --header "Content-Type: application/json" \ --cert client.pem:password \ --key key.pem \ "https://test.…

linux curl https certificate request-headers
How do I set up curl to permanently use a proxy?

How can I set up "curl" to permanently use a proxy server in the terminal?

linux ubuntu curl
Fatal error: Call to undefined function curl_init()

<?php $filename = "xx.gif"; $handle = fopen($filename, "r"); $data = fread($handle, filesize($filename)); // $data is file data $pvars = array(…

php linux ubuntu curl debian
Simulate a specific CURL in PostMan

I am using Postman to test some Curl requests to an API server. The API developers gave us the curl …

curl httprequest postman
How to enable curl in xampp?

How to enable curl in xampp ? My PHP twitter application needs curl function. But it is not enabled in XAMPP. …

php curl xampp
How to read a CSV file from a URL with Python?

when I do curl to a API call link http://example.com/passkey=wedsmdjsjmdd curl 'http://example.com/passkey=wedsmdjsjmdd' …

python csv curl output python-2.x
Binary Data Posting with curl

So basically, I'm trying to write a series of scripts to interact with Dot Net Nuke. I've been analysing the …

bash post curl dotnetnuke binary-data
curl.h no such file or directory

I installed curl this command (i use Ubuntu): sudo apt-get install curl When I test simple program using g++ test.…

c++ curl
PHP cURL HTTP CODE return 0

I dont understand when I echo $httpCode I always get 0, I was expecting 404 when I change $html_brand into a …

php curl
curl: (6) Could not resolve host: application

Getting url: (6) Could not resolve host: application error after this command : curl -i -H 'Content-Type: application/json' -d '{"Code":"…

curl