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

Reply via email to