How to get results in case of POST method

[email protected] Mon, 8 May 2006 13:03:42 +0530 (IST)
Newsgroups gmane.comp.lib.libwww
Message-ID <[email protected]>
Hi Friends,

I am new to libwww. I have written a POST request (In C) for
sending usename and password for simple login. the result of
this request is an XML file, but I don't know how to get and
display it in case of POST. I have used
HTPostFormAnchorToChunk method and after it, I am trying to
store it in a string using HTChunk_toCString, but I am getting
an empty string. Please guide.

Neelu.