cURL is a library and command-line tool for transferring data using several protocols such as HTTP, FTP and Telnet.
121
votes
6answers
50k views
file_get_contents VS CURL, what has better performance? [closed]
I am using PHP to build a web crawler to crawl millions of URLs, what is better for me in terms of performance? file_get_contents or CURL?
Thanks.
90
votes
3answers
110k views
How to send a header using a HTTP request through a curl call?
I wish to send a header to my apache server on a linux box.
Using a curl call how can I achieve this?
83
votes
11answers
20k views
Curl Certificate Error when Using RVM to install Ruby 1.9.2
RVM is running into a certificate error when trying to download ruby 1.9.2. It looks like curl is having a certificate issue but I am not sure how to bypass it. NAy help would be great. Thanks so ...
70
votes
7answers
37k views
PHP CURL not working - WAMP on Windows 7 64 bit
I got my wamp installed on my windows 7 64bit.
cURL is not working still even i got it enable from the wamp tray.
i have also uncommented extension=php_curl.dll in php.ini for both php and apache ...
63
votes
9answers
41k views
How can I see the request headers made by curl when sending a request to the server?
I want to see the request headers made by curl when I am sending a request to the server. How can I check that?
62
votes
3answers
66k views
send/post xml file using curl command line
How can I send/post an xml file to a local server http://localhost:8080 using curl from the command line? what command should I give?
55
votes
11answers
105k views
44
votes
1answer
31k views
curl json post request via terminal to a rails app
I'm trying to create a user on my rails app with a curl command from os x terminal. No matter how I format the data, the app returns a responses that non of my validations have passed.
curl ...
42
votes
15answers
32k views
How do I make an asynchronous GET request in PHP?
I wish to make a simple GET request to another script on a different server. How do I do this?
In one case, I just need to request an external script without the need for any output.
...
42
votes
4answers
24k views
Android page Curl animation
Is there a simple way to do the Curl page flipping animation? A Curl animation is animation of pages flipping, including the page above rolling and the shadows over the lower page.
What is the ...
38
votes
5answers
31k views
how to get the cookies from a php curl into a variable
So some guy at some other company thought it would be awesome if instead of using soap or xml-rpc or rest or any other reasonable communication protocol he just embedded all of his response as cookies ...
37
votes
3answers
38k views
Run cURL commands from Windows console
There is a way to install cURL in windows in order to run cURL commands from the command prompt? Thanks
36
votes
2answers
34k views
How to enable curl, installed Ubuntu LAMP stack? [closed]
I have installed ubuntu Lamp stack. But the curl is not enabled, neither can I can find the extension listed in the INI file. I added manually but it didn't work either.
How should I enable Curl ...
35
votes
9answers
25k views
35
votes
4answers
14k views
How to display request headers with command line curl
Command line curl can display response header by using -D option, but I want to see what request header it is sending. How can I do that?
33
votes
4answers
20k views
Handling PUT/DELETE arguments in PHP
I am working on my REST client library for CodeIgniter and I am struggling to work out how to send PUT and DELETE arguments in PHP.
In a few places I have seen people using the options:
...
31
votes
5answers
40k views
cURL equivalent in JAVA
I am tasked with writing an authentication component for an open source JAVA app. We have an in-house authentication widget that uses https. I have some example php code that accesses the widget ...
30
votes
4answers
37k views
CURL alternative in Python
I have a cURL call that I use in PHP:
curl -i -H 'Accept: application/xml' -u login:key "https://app.streamsend.com/emails"
I need a way to do the same thing in Python. Is there an alternative ...
30
votes
5answers
20k views
Persistent/keepalive HTTP with the PHP Curl library?
I'm using a simple PHP library to add documents to a SOLR index, via HTTP.
There are 3 servers involved, currently:
The PHP box running the indexing job
A database box holding the data being ...
29
votes
7answers
34k views
How to enable curl in xampp? [duplicate]
How to enable curl in xampp ?
My PHP twitter application needs curl function. But it is not enabled in XAMPP. how to enable it. I found no options for doing that.
29
votes
10answers
38k views
Can't connect to HTTPS site using cURL. Returns 0 length content instead. What can I do?
I have a site that connects using cURL (latest version) to a secure gateway for payment.
The problem is cURL always returns 0 length content. I get headers only. And only when I set cURL to return ...
28
votes
10answers
42k views
Copy Image from Remote Server Over HTTP
I am looking for a simple way to import/copy images from remote server to a local folder using PHP. I have no FTP access to the server, but all remote images can be accessed via HTTP (i.e. ...
27
votes
3answers
40k views
Call to undefined function curl_init().? [duplicate]
When i am going to implement Authorize.net payment gateway. I got this error Call to undefined function curl_init().
Please let me know what is wrong in it.
27
votes
3answers
38k views
How do I make a request using HTTP basic authentication with PHP curl?
I'm building a REST web service client in PHP and at the moment I'm using curl to make requests to the service.
How do I use curl to make authenticated (http basic) requests? Do I have to add the ...
27
votes
5answers
41k views
How to POST JSON data with Curl from Terminal/Commandline to Test Spring REST?
I use Ubuntu and Curl installed it. I want to test my Spring REST application with Curl. I wrote my POST code at Java side however I want to test it with Curl. I will post a JSON data. An example data ...
27
votes
4answers
23k views
PHP CURL HTTPS causing exception SSL certificate problem, verify that the CA cert is OK
I am using xampp(www.apachefriends.org) for development. Recently I upgraded my installation of xampp from an old version to 1.7.3.
Now when I curl https enabled sites I get the following exception
...
27
votes
8answers
18k views
Building libcurl with SSL support on Windows
I'm using libcurl in a Win32 C++ application.
I have the curllib.vcproj project added to my solution and set my other projects to depend on it.
How do I build it with SSL support enabled?
27
votes
2answers
16k views
Curl post data and headers only
I want to get the headers only from a curl request
curl -I www.google.com
All grand. Now I want to do that but to pass in post data too:
curl -I -d'test=test' www.google.com
But all I get is:
...
27
votes
3answers
15k views
Boost.ASIO-based HTTP client library (like libcurl)
I am looking for a modern C++ HTTP library because libcurl's shortcomings are difficult to work around by C++ wrappers. Solutions based on Boost.ASIO, which has become the de-facto C++ TCP library, ...
26
votes
10answers
45k views
file_get_contents with https?
I'm working on setting up credit card processing and needed to use a workaround for CURL, and the following code worked fine when I was using the test server (which wasn't calling an SSL URL), but now ...
25
votes
3answers
15k views
PHP cURL retrieving response headers AND body in a single request?
Is there any way to get both headers and body for a cURL request using PHP? I found that this option:
curl_setopt($ch, CURLOPT_HEADER, true);
is going to return body plus headers, but then i need ...
24
votes
1answer
24k views
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 data is stored in a string. The data should be formatted like this
... usual HTTP header ...
Content-Length: ...
23
votes
4answers
26k views
22
votes
5answers
33k views
Curl command line for consuming webServices?
Do you guys know how I can use the Curl command line to POST SOAP to test a web service?
I have a file (soap.xml) which has all the soap message attached to it I just don't seem to be able to ...
21
votes
7answers
24k views
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 on cygwin?
21
votes
1answer
20k views
Curl setting Content-Type incorrectly
I am running a curl operation on the command line and am having trouble forcing the header to set as XML. I use the -H option to force the Content-Type to be xml, however, once I run the command I can ...
21
votes
7answers
16k views
reading SSL page with CURL (php)
I am trying to download the content of a secure (uses https) webpage using php and curl libraries.
However, reading failed and I get error 60: "SSL certificate problem, verify that the CA cert is ...
21
votes
5answers
12k views
Curl equivalent in nodejs?
I'm looking to use information from an HTTP request using nodejs (i.e. call a remote web service and echo the response to the client).
In PHP I would have used curl to do this. What is the best ...
21
votes
4answers
30k views
How to get CURL to work with PHP on Windows? (WAMP)
Update: The problem appears to have been corrupt DLLs somewhere in my PHP installation, or possibly a bug in PHP 5.2.9 on Win2k. I downloaded the windows (binaries-only) distribution of PHP 5.2.10 ...
20
votes
1answer
12k views
managing curl output in php
How do i hide the output from curl in php? Or modify it?
My code as it stands is the following;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_POST, 1);
...
20
votes
3answers
22k views
Header only retrieval in php via curl
Actually I have two questions.
(1) Is there any reduction in processing power or bandwidth used on remote server if I retrieve only headers as opposed to full page retrieval using php and curl?
(2) ...
20
votes
2answers
33k views
Make curl follow redirects?
I'm trying to make curl follow a redirect but I can't quite get it to work right.
I have a string that I want to send as a GET param to a server and get the resulting URL.
Example:
String = Kobold ...
20
votes
1answer
10k views
Getting only response header from HTTP POST using curl
One can request only the headers using HTTP HEAD, as option -I in curl(1).
$ curl -I /
Lengthy HTML response bodies are a pain to get in command-line, so I'd like to get only the header as feedback ...
19
votes
2answers
9k views
POST a file string using cURL in PHP?
I was wondering if it is possible to post a file - along with other form data - when the file is just a string?
I know that you can post a file that is already on the filesystem by prefixing the ...
19
votes
5answers
29k views
How can I send SOAP XML via Curl and PHP?
This has been bugging me for days; I'm trying to send a SOAP post via Curl but I just keep getting a "couldn't connect to host" error, but, I really can't see how.
I have an ASP version which works ...
19
votes
8answers
82k views
How do I install cURL on Windows?
I have followed all the instructions here: http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/
to install & config apache
get the PHP5 packages
and get the CURL packages.
...
18
votes
2answers
29k views
PHP + curl, HTTP POST sample code?
Can anyone teach me, preferable show some sample how to do a php + curl HTTP POST?
I want to send data like, username=user1, password=passuser1, gender=1 etc to www.domain.com
And I am expecting a ...
17
votes
6answers
13k views
GUI frontend for cURL for testing an API
I'm (manually) testing a RESTful API that makes full use of GET/POST/PUT/DELETE methods. Rather than using cURL on the command line to quickly test different input options, it would be handy if there ...
17
votes
2answers
16k views
Set Authorization header using PHP and curl
We're using Commission Junction's REST service, which requires we sent an API key in the Authorization header.
We set the header like this:
$ch = curl_init();
curl_setopt_array($ch, array(
// set ...
16
votes
4answers
25k views
curl POST format for CURLOPT_POSTFIELDS
When I use curl via POST and set CURLOPT_POSTFIELD do I have to urlencode or any special format?
for example: If I want to post 2 fields, first and last:
first=John&last=Smith
what is the ...
