Tagged Questions
1
vote
1answer
19 views
CURLOPT_TRANSFER_ENCODING with Net::Curl::Eazy in perl
I'm using Net::Curl::Easy in perl.
My requirement is to send HTTP Request in zip formate. I tried using http option CURLOPT_TRANSFER_ENCODING [Link]
But perl returns with error:
Bareword ...
0
votes
1answer
41 views
“Failed writing body” CURLOPT_WRITEDATA
The below code is to get response from a server using wsdl, here the problem is curl returns response but am unable to print it.
Error:
Failed writing body
Failed writing data
...
-2
votes
0answers
20 views
using php curl fill form at server
<?php
//create array of data to be posted
$post_data['InstitutionName'] = '';
$post_data['street'] = '';
$post_data['city'] = '';
$post_data['state'] = '';
$post_data['zipcode'] = '99336';
...
-2
votes
1answer
44 views
undefined reference to curl_global_init, curl_easy_init and other function(C)
I am trying to use Curl in C.
I visited Curl official page, and copied sample source code.
below is the link:
http://curl.haxx.se/libcurl/c/sepheaders.html
when I run this code with command "gcc ...
0
votes
1answer
31 views
Upload a file into a ftp server using buffered output with Curl
I want to upload a database backup file into an external ftp server using curl. I use postgres and pg_dump streams the content of file into buffered output.
I tried
echo pg_dump dbname| gzip" | curl ...
0
votes
1answer
36 views
Xcode is not using 'Header Search Path' to find my header files
I have just downloaded and compiled curl. In my /usr/include folder I can see folder, 'curl' and I can see that I do, indeed, have '/usr/include/curl/curl.h'. However I cannot talk XCode into looking ...
0
votes
0answers
55 views
POST request with CURL returns error message
Recently I've been trying to make a POST request to an ASP server using cURL. Using Live HTTP headers, I saw that before sending the POST request, I need a GET request to retrieve some data, such as ...
0
votes
1answer
55 views
Multi cURL PHP link checker with PDO database access not sending back any response
Ok I tried building my first proper cUrl function, I used Nettuts cUrl (http://net.tutsplus.com/tutorials/php/techniques-and-resources-for-mastering-curl/)wordpress link checker as a base and then ...
0
votes
1answer
42 views
curl_easy_perform in c++ stops a timer used for something else.
When i use curl_easy_perform in my c program it somehow stops a timer I have for checking something else.
this is my code:
curl_easy_setopt(curl, CURLOPT_URL, query.c_str());
curl_easy_setopt(curl, ...
1
vote
1answer
59 views
[curl lib]How can I get response/redirect url ?
if I visit http://www.microsoft.com/
will redirect to http://www.microsoft.com/en-us/default.aspx
How can I get response/redirect url using CURL lib ?
I try
curl_easy_getinfo(curl, ...
0
votes
0answers
68 views
Encoding issue with cURL and PHP
I am using XPath on HTML that is being fetched from different web servers with cURL in PHP. This has worked well so far, but my code does not work with this one server that I tried. The problem seems ...
0
votes
0answers
32 views
Libcurl NXDOMAIN causes timeout
Libcurl in my app seems to have trouble with non existing domains, as it stays a minimum 7-20s on "NXDOMAIN" requests (which seems to match CURLOPT_CONNECTTIMEOUT).
here is the pmp (poore man's ...
0
votes
1answer
72 views
Auto login with PHP cURL
Having invested a lot of time and brain power I am flummoxed.
I fill 'SITE1.com' login form that is curled to automatically fill 'SITE2.com' login. Login is successful. Data includes Flash that is ...
-2
votes
1answer
20 views
Curl support needed. [closed]
I have been looking for months everywhere and asking in a lot of sites but nobody answers. Can one of you tell me if you know a curl expert?
I have a program that used PHP curl and it worked fine. I ...
0
votes
0answers
49 views
Cocos2d-x Curl Function Unable to Download Full Source Code of Certain Webpages
I've been trying to make my function download the source code/html format of certain webpages. However, I notice the performance is not consistent and some pages' source code get chopped off. So with ...
0
votes
1answer
51 views
Setting plimus API in order to fetch an authentication token
I need to set up plimus API in order to fetch an authentication token and then use it to log the customer into Plimus platform.
I'm using to following code:
$URL = ...
0
votes
1answer
44 views
Curl command to save Rails send_data output
I'm a new bee to the rails api and curl commands.
I have a rails api which responds to request send from native app. And to one of the request sent from native api using curl command my rails api is ...
0
votes
0answers
49 views
Sending cookie through curlopt_cookiefile with string
I have 2 servers, both of them should be able to have access to username.txt(which is a cookie for each user in my database)
I'm thinking of storing the cookie in database, this way will make both ...
0
votes
2answers
89 views
Curl slow multithreading dns
The program is made in C++, and it indexes webpages, so all domains are random domain names from the web. The strange part is that the dns fail/not found percentage is small (>5%).
here is the pmp ...
0
votes
0answers
47 views
How to set up curl for https support in cpp
I managed to run curl for http in my programs, but I fail miserably when I try to make https connections.
I will always end up with the unsupported protocol error.
if( vinfo->features & ...
-6
votes
1answer
95 views
Translating cURL/PHP code into LibcURL/C code [closed]
Can someone (who knows PHP, C++, LibcURL & cUrl) port this piece of code from PHP/cURL into C++/libcUrl code for me???
I am pretty dumb and tried for hours and still can't get it to work...
...
0
votes
0answers
43 views
Issue with using cURL for a text game
I am trying to use curl for a text game in c++. rand wasn't really working, giving out bad(negative) numbers (I guess I was overloading it somehow) Anyway, I am using curl to pull random numbers from ...
0
votes
0answers
50 views
Foward any kind of $_POST data in PHP with cURL
I'm writing a small proxy server for my personal use in PHP.
Fowarding the webpages' requests, I have to foward also the $_POST data, but in general I don't Know what type of data is inside POST.
If ...
0
votes
1answer
280 views
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 compiled against NSS instead of OpenSSL.
This is causing problems for me, every time I ...
0
votes
1answer
38 views
query string not fully read in rails
i have ruby on rails based api which accepts a get request.
example :
http://localhost:3000/api/search?query=whatis&access_token=324nbkjh3g32423
when i do curl from mac terminal like
curl ...
3
votes
1answer
178 views
GIT HTTPS connection issue
I searched around on stackoverflow and I haven't found anything that exactly answers this question so I wanted to ask it here and provide as much detail as possible about my problem.
I just installed ...
1
vote
0answers
66 views
Building libcurl yields “Unsupported Protocol” at runtime for HTTPS
I am working on rebuilding libcurl for our application but am encountering the following problem at runtime (libcurl builds fine):
[20:03:24] WARNING: API call failed: cURL Error in putStatus(): ...
0
votes
1answer
85 views
libCurl SSL error after fork()
I'm developing a FUSE driver and when I run it as a daemon (without the -f or -d flags) all https request made through libcurl fail. I was able to reproduce the error by making an https request, ...
0
votes
1answer
108 views
Convert solr curl updateJSON syntax to python using urllib2
I have been trying to learn Solr4.0, and I am looking at the JSON document update in their documentation which looks like the following:
cd example/exampledocs
curl ...
0
votes
1answer
205 views
CURL curl_easy_perform()
I am using curl to send post and get requests and I use callback functions to get the replies from these requests. These callback functions are static member functions which in turn call non static ...
2
votes
1answer
121 views
how to build customize libcurl to support HTTP / HTTPS protocol only
I am using libcurl only to make HTTP / HTTPS request. I have downloaded the source and built as a static library.
MY final executable has increased in size a bit. I am trying to trim down my ...
0
votes
1answer
112 views
libcurl + openssl cannot download files bigger than 2GB
I'm trying to download a file using libcurl 7.20.0 and openssl 0.9.8l (but I updated the libraries to 7.29.0 and 1.0.1e), Windows 7 and everything is compiling for amd64 to download a big file. I am ...
1
vote
0answers
118 views
SFTP Authentication using private RSA Key in libcurl
I am using stfp server but it requires RSA key authentication, Here i want to upload files on my sftp server.
So please any body can tell me how can i authenticate my SFTP server using private key of ...
0
votes
1answer
63 views
“via my application” isn't shown on most cell phones when my app posts to facebook
We have an app on Facebook. It posts quotes hourly on behalf of users even when they are offline. But when php script runs to post to users timeline i am actually facing 2 serious problems.Firstly and ...
0
votes
1answer
216 views
libcurl c++ curl_easy_init not working
I just tried setting up curl for the first time using windows + mingw + eclipse juno + curl 7.29. I managed to get it to compile and build fine. I've added the two flags for lcurl and lcurldll.
For ...
1
vote
3answers
275 views
Post request using cookies with cURL, RCurl and httr
In Windows cURL I can post a web request similar to this:
curl --dump-header cook.txt ^
--data "RURL=http=//www.example.com/r&user=bob&password=hello" ^
--user-agent "Mozilla/5.0" ^
...
0
votes
0answers
39 views
How to use Shared interface of CURL in c++
I am writing an c++ application which has multiple easy handles and uses curl handles from a pool.
I need to make parallel HTTP request for which i need to send the http session in my request.
I get ...
0
votes
0answers
98 views
How to uninstall/remove one library out of two of different architecture
I recently did a yum update on my redhat 5.4 system.
After that I am unable to use many commands like cmake, make etc.
The error it is giving is
$ cmake: error while loading shared libraries:
...
0
votes
2answers
273 views
how to properly reuse a curl handle
I want to properly reuse a curl handle, so that it wont give me errors and function normally.
Suppose I have this peace of code:
CURL *curl;
curl_global_init(CURL_GLOBAL_ALL);
curl = ...
0
votes
1answer
113 views
How do I remove all headers from a CURL Post
I am trying to post xml to a server using cURL without any headers but I can't seem to get rid of the following headers:
Content-Disposition: form-data; name="data"; filename="tempData.xml".
Does ...
0
votes
0answers
231 views
curl_easy_escape not working from C++ dll
I am having trouble using the curl_easy_escape function in a C++ dll. If I create a console application, curl_easy_escape works as expected.
cURL curl-7.28.1-devel-mingw32
Visual Studio 2010
...
0
votes
1answer
40 views
How to check a received digest information with libcurl
I developed a function which listen to a given port for http packets.
When I get a http request, my function return a 401 packet and then I get a again a new pckaet with the digest authentication ...
0
votes
2answers
154 views
How to develop http server with libcurl
I m working with libcurl. It's very good (as client) and I used to open a socket to a server and then send my http packets.
I'm wondering if it's possible to develop http server with the libcurl. the ...
0
votes
1answer
43 views
Does cURL support FXP (Site2Site Transfer)
Wikipedia article says that cURL does not support FXP(File eXchange Protocol).
http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software
I'm using libcurl. Is there any workaround to achieve ...
1
vote
1answer
836 views
cURL Error (58): unable to set private key file: '/var/www/work/xml/keys/client.pem' type PEM
I am getting this error, while connecting to a server using private and public keys.
cURL Error (58): unable to set private key file: '/var/www/work/xml/keys/client.pem' type PEM
My private keys ...
0
votes
0answers
78 views
multi curl with https and http
I have two url one is http and other is https. I am adding both of them to curl multi-interface handle. As soon as I get response from any of the url, I can go ahead and do the cleanup.
In the ...
0
votes
0answers
131 views
[DevCpp]Problems compiling program with curl library
Hello I want to compile a windows .EXE application using DevCpp with MinGW64 compiler. The application I want to compile is very simple and requires the CURL libraries. I am using Windows 8 64bit, ...
1
vote
0answers
50 views
Request redirects even CURLOPT_FOLLOWLOCATION set to FALSE
I'm new to PHP,I searched StackOverflow and followed instructions from answers of similar question,that I'm going to ask you people.
however the Instructions are not working for me.
This is the ...
0
votes
0answers
255 views
Curl not working with http/socks proxy on a live server
Duplicate : Using proxy, using curl, working on localhost but not on server but unanswered and I've already tried what it says, no use.
I tried connecting to my dedicated server through SSH and tried ...
0
votes
0answers
39 views
Curb giving me weird error
I installed curb on ruby with this line of code and it said that it installed ok.
C:\>gem install curb --platform=ruby -- --with-curl-lib=C:\curl\bin --with-curl-include=D:\curl\include
Then I ...



