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

Http status code with libcurl?

How do I get the HTTP status code (eg 200 or 500) after calling curl_easy_perform?

c http libcurl
Protocol https not supported or disabled in libcurl

I am using Authorize.net in my application(its in OSCOMMERCE) , When the user making payment its returning empty response. …

php curl libcurl oscommerce
How can I get rid of the __imp__ prefix in the linker in VC++?

I'm using libcurl and am getting the following sort of linker errors in VC++ 10. 1>main.obj : error LNK2019: unresolved …

c++ libcurl
error: curl: /usr/local/lib/libcurl.so.4: no version information available (required by curl)

Hello i have this error when i run curl from tcl error: curl: /usr/local/lib/libcurl.so.4: no version …

curl tcl libcurl
How do I POST a buffer of JSON using libcurl?

My C++ program currently invokes curl through a pipe (popen("curl ...")) to POST a file of JSON data to a …

json http post http-post libcurl
Posting an array with curl_setopt

The attached code is returning "Notice: Array to string conversion in...". Simply my array is being handled to the remote …

php curl libcurl
How do I link libcurl to my c++ program in linux?

I need to use libcurl in a piece of software I am writing on my ubuntu machine. I am using …

c++ linux eclipse libcurl
CURLOPT_POST vs. CURLOPT_POSTFIELDS: Is CURLOPT_POST option required?

I'm new to cURL in PHP. I have a question regarding usage of curl options. Consider two script files: test1.…

php curl libcurl
curl: (48) An unknown option was passed in to libcurl

This is really frustrating. I keep getting this error when trying to run a standard curl command: curl --url https://…

curl installation libcurl meteor
In C, how do you use libcurl to read a HTTP response into a string?

I have homework where I need somehow to compare two HTTP responses. I am writing it on C and I …

c string libcurl httpresponse