cURL is a library and command-line tool for transferring data in several protocols such as HTTP, FTP and TELNET.

learn more… | top users | synonyms

49
votes
5answers
26k views

file_get_contents VS CURL, what has better performance?

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.
25
votes
3answers
10k 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 ...
20
votes
11answers
14k 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. ...
19
votes
4answers
10k 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 ...
18
votes
7answers
4k 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 ...
18
votes
8answers
11k 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?
17
votes
7answers
10k views

equivalent of curl for Ruby?

Is there a curl library for Ruby?
17
votes
7answers
10k 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?
17
votes
5answers
26k 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 ...
16
votes
3answers
19k views

Passing $_POST values with cURL

How do you pass $_POST values to a page using cURL?
15
votes
5answers
13k 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 ...
14
votes
2answers
9k 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: ...
12
votes
5answers
642 views

PHP - curl_exec hangs

I am having a strange problem with the below php function. Unfortunately this is one of those special "Production only" case. function requestPost($url, $data) { set_time_limit(60); ...
12
votes
4answers
5k 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 ...
11
votes
2answers
2k 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 ...
11
votes
3answers
5k 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, ...
11
votes
6answers
2k views

How do I CURL www.google.com - it keeps redirecting me to .co.uk

I am using CURL to check for the existence of a URL (HEAD request) but when I test it with www.google.com, it redirects me to www.google.co.uk - probably because my server is UK-based. Is there a way ...
11
votes
4answers
32k 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?
11
votes
9answers
17k 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 ...
11
votes
2answers
6k 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: ...
10
votes
2answers
328 views

What are steps a simple http C++ server should perform to let user login via OpenID authentication?

I have created a simple server accepting tcp and http requests and parsing them in C++. Now I want to create an openID login system which would support Google open ID. I use boost and Curl in my ...
10
votes
4answers
11k views

Send SOAP XML via curl, 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 cant see how. I have an asp version which works fine ...
10
votes
4answers
1k views

Any way to keep curl's cookies in memory and not on disk

I'm doing some cURL work in php 5.3.0. I'm wondering if there is any way to tell the curl handle/object to keep the cookies in memory (assuming I'm reusing the same handle for multiple requests), or ...
10
votes
3answers
10k views

Header only retreival 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) ...
10
votes
9answers
17k 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. ...
10
votes
2answers
1k views

HTTP Authentication in Python

Whats is the python urllib equivallent of curl -u username:password status="abcd" http://example.com/update.json I did this: handle = urllib2.Request(url) authheader = "Basic %s" % ...
9
votes
4answers
156 views

Creating a PHP API: Checking from which server the API Request comes from

I'm creating a PHP API for a website and I'd want to restrict the API access to domains that are registered on our server (in order to prevent abusing of API usage). So, this is my approach right now, ...
9
votes
2answers
11k 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?
9
votes
4answers
8k 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 ...
9
votes
11answers
4k views

Best way to manage long-running php script?

I have a PHP script that takes a long time (5-30 minutes) to complete. Just in case it matters, the script is using cUrl to scrape data from another server. This is the reason it's taking so long; it ...
9
votes
3answers
10k 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 ...
9
votes
5answers
9k views

Convert a curl POST request to Python only using standard libary

I would like to convert this curl command to something that I can use in Python for an existing script. curl -u 7898678:X -H 'Content-Type: application/json' \ -d '{"message":{"body":"TEXT"}}' ...
9
votes
1answer
8k 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 ...
8
votes
5answers
127 views

Is there a way to block CURL to fetch data on my site?

I currentyly use this code to block wget and libwww Options +FollowSymlinks RewriteEngine On RewriteBase / SetEnvIfNoCase User-Agent "^Wget" bad_user SetEnvIfNoCase User-Agent "^libwww-perl" ...
8
votes
3answers
244 views

Redirect Users Based on Server Traffic with PHP

I am making a website and I want to spread my traffic out to avoid crashing and to make sure I can offer 100% uptime. I will do this by having 5 different servers and one main server. Allow me to ...
8
votes
5answers
3k views

Downloading Xcode with wget or curl

I am trying to download Xcode from the Apple Developer site using just wget or curl. I think I am successfully storing the cookie I need to download the .dmg file, but I am not completely sure. When ...
8
votes
6answers
13k 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 ...
8
votes
8answers
44k 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. ...
8
votes
5answers
13k 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 ...
7
votes
1answer
521 views

CurlException: 28: connect() timed out?

Today I was trying to make application on Facebook using PHPSDK and I saw ocassionaly displayed exception from library saying CurlException: 28: connect() timed out! So, to check if it's my code bug ...
7
votes
3answers
595 views

Is making asynchronous HTTP requests possible with PHP?

I have a PHP script that needs to download several files from a remote server. At the moment I just have a loop downloading and processing the files with cURL, which means that it doesn't start ...
7
votes
3answers
249 views

What are nice use cases for cURL in PHP?

It's evident that the cURL functions are very widely used. But why is that? Is it really only because the extension is mostly enabled per default? While I can certainly relate to not introducing 3rd ...
7
votes
1answer
762 views

Logging into Stack Overflow with cURL

I'm working on a project and I want to log into Stack Overflow via cURL. I use Google as my openID provider which means that I need to log into Google first via its API. Here is the code I have so ...
7
votes
2answers
1k views

What are the biggest differences between fopen and curl?

I am making a web application in PHP and want to read content from a other domain. For that i have to options fopen and curl but what are the differences like security / options etc.? and what is the ...
7
votes
4answers
4k 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: ...
7
votes
3answers
1k views

PHP PECL_HTTP vs cURL Extension

I'm working on a PHP Client for CouchDB. While browsing through the php.net documentation regarding HTTP and cURL, I came across the PECL_HTTP Extension. At first glance, I think I would like to use ...
7
votes
4answers
2k views

PHP, curl, and raw headers

When using the PHP curl functions, is there anyway to see the exact raw headers that curl is sending to the server?
7
votes
4answers
3k views

Partial page curl animation

I have a working transition using UIViewAnimationTransitionCurlUp however, I would like the animation to stop halfway through, much like the Maps application...Any thoughts on how to achieve this?
7
votes
4answers
13k views

iPhone Curl Left and Curl Right transitions

I am looking for a way to do a UIViewAnimationTransitionCurlUp or UIViewAnimationTransitionCurlDown transition on the iPhone but instead of top to bottom, do it from the left to right (or top/bottom ...
7
votes
8answers
3k views

A replacement for python's httplib?

I have a python client which pushes a great deal of data through the standard library's httlib. Users are complainging that the application is slow. I suspect that this may be partly due to the HTTP ...

1 2 3 4 5 82