Top "Libcurl" questions

Use this tag only for questions related to the multiprotocol internet transfer library, for question related to command line tool please use the specific curl tag

curl : (1) Protocol https not supported or disabled in libcurl

I'm trying to install the Rails environments on Ubuntu 11.04. When I launch the command rvm install 1.9.2 --with-openssl-dir=/usr/local the …

ruby-on-rails curl openssl libcurl ubuntu-11.04
Why can't Python find shared objects that are in directories in sys.path?

I'm trying to import pycurl: $ python -c "import pycurl" Traceback (most recent call last): File "<string>", line 1, in &…

python shared-libraries libcurl pycurl
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
What is the incentive for curl to release the library for free?

I recently started using libCurl for my VC++ project. I've been wondering: what is the incentive for the curl creators …

curl libcurl
How can I install pyCurl?

I used libcurl with no problems and used pyCurl once in the past. Now i want to set it up …

python libcurl pycurl installation
C libcurl get output into a string

I want to store the result of this curl function in a variable, how can I do so? #include <…

c libcurl
NSS: client certificate not found (nickname not specified)?

I'm trying to access a third-party service via PHP curl on a Centos 6 system which comes with curl and libcurl …

curl openssl centos libcurl centos6
Using cURL in Android

I would like to use cURL library in my android application in native code (using NDK r5b, the latest). …

android curl libcurl android-ndk
Curl request is failing on the SSL?

I have this code if(ereg("^(https)",$url)) curl_setopt($curl,CURLOPT_SSL_VERIFYPEER,false); // execute, and log the result …

php curl libcurl