curl-library
RE: usage of libcurl in ASP
Date: Mon, 27 Jun 2005 10:47:24 +0530
If you want to use libcurl, then you may need to wrap that as COM component
to be used in ASP. The other solution is use Server.XMLHTTP and XmlHTTP to
get the content from other site.
If you want to directly write the output of the other page without any
processing in some page, then you can use server.transfer.
Hope it helps
Seethaprasad
-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Eddy Mouws
Sent: Sunday, June 26, 2005 8:38 PM
To: curl-library_at_cool.haxx.se
Subject: usage of libcurl in ASP
Hello,
Does anyone know how to use libcur in ASP pages ? We want to fetch the
output of another page from within our asp code.
If it's possible, i would like to see a small sample of how to initiate and
use libcur.
If not, what tool should i use ?
Thanks
Received on 2005-06-27