cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Help - HTTP post & response

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 5 Jan 2010 00:35:10 +0100 (CET)

On Mon, 4 Jan 2010, Arunachalam, Sasikanth wrote:

> I want to perform http post to URL using "msg" and retrieve the resultant
> information of this post.
>
> Ie http://yahoo.com?msg=xxx

Then you want to do a GET, and not a POST. When the data is within the URL it
is not a POST.

> I am new to the usage of libcurl. Please let me know the options to be used
> for this purpose.

You mean like this?

         http://curl.haxx.se/libcurl/c/getinmemory.html

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-01-05