Top "Curl" questions

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

RAW POST using cURL in PHP

How can I do a RAW POST in PHP using cURL? Raw post as in without any encoding, and my …

php post curl put
How to install php-curl in Ubuntu 16.04

Upgraded to Ubuntu 16.04 and facing problem after installing PHP5. Installed PHP-5 with following: sudo add-apt-repository ppa:ondrej/php sudo apt-get …

php ubuntu curl ubuntu-16.04 php-curl
How do I install cURL on cygwin?

I tried to enable curl on cygwin but it says bash: curl: command not found How do I install curl …

curl cygwin
python request with authentication (access_token)

I am trying to get an API query into python. The command line curl --header "Authorization:access_token myToken" https://…

python authentication curl access-token
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number

When I try to connect to any server (e.g. google.com) using curl (or libcurl) I get the error …

ssl curl
curl -GET and -X GET

Curl offers a series of different http method calls that are prefixed with a X, but also offers the same …

curl http-method
how to upload file using curl with php

I want to know how to upload file using cURL or anything else in PHP. I have searched in google …

php curl upload
How to insert data into elasticsearch

I am new to Elasticearch, and I have been trying for 2 days to insert some data into Elasticearch. I found …

curl elasticsearch
What is the right way to POST multipart/form-data using curl?

I used this syntax to post a file along with some parameters: curl -v -include --form "key1=value1" --form upload=…

forms post curl
PHP CURL & HTTPS

I found this function that does an AWESOME job (IMHO): http://nadeausoftware.com/articles/2007/06/php_tip_how_get_web_page_…

php curl https