curl-users
FW: Https and curl
Date: Thu, 5 Jun 2003 09:58:32 -0400
Hi all ,
I am currently looking to use HTTPS withing curl library using C language I
have couple questions I would really appreciate any reply :
1) How to set-up curl programmatically to use SSH (i.e what functions to
call to initialise SSL... )
2) I want to send HTTP Header of the following format i don't want to use
Curl default one :
/***************************************************************
/test/Mytest HTTP/1.0
Host: x.x.x.x:443
Content-Type: text/xml
Content-Length: 411
XXXXXUser: nasadmin
XXXXXXAction: mtr
/***************************************************************
3) After i build the header i want to add body to HTTP request wich is the
following XML format .
*///////////////////////////////////////////////////////////////////////////
////////
<?xml version='1.0' encoding='UTF-8'?>
<Packet <User un='xxxxxxxx' pw='xxxxxxxx'/>
<Testme />
</Packet>
*///////////////////////////////////////////////////////////////////////////
///////
4) Send it header + body . What fuction to call ?
5) What function to call in order check the response .
Thanks in advance Misha
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
Received on 2003-06-05