curl-library
RE: .NET library
Date: Wed, 24 Jan 2007 15:05:52 +0100
Thanks for the tip. I have looked in the doc for the CURLOPT to find
something similar. Would you say that:
easy.SetOpt(CURLoption.CURLOPT_HEADER, true);
corresponds to the -H?
What about the -k?
Thanks,
Talal
-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Wednesday, January 24, 2007 12:15
To: libcurl development
Subject: RE: .NET library
On Tue, 23 Jan 2007, Talal Sultan wrote:
> Thanks for the reply. Yes with curl.exe it works, I use the following
> command:
>
> curl --cert certificate.der --pass mypass -k --output result.xml
> --show-error --trace-ascii trace.txt -H "SOAPAction: none"
> https://somesite/service.php -d @input.xml
Your code had no corresponding option set for -k nor for the -H.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-01-24