[prev in list] [next in list] [prev in thread] [next in thread] 

List:       curl-library
Subject:    Re: Posting data over SSL with libcurl
From:       Daniel Stenberg <daniel () haxx ! se>
Date:       2000-09-25 7:43:54
[Download RAW message or body]

On Thu, 21 Sep 2000, Francis Dagenais wrote:

>     I just installed Curl with SSL support, I think it worked out
> perfectly. I only tested it on the command line. I plan to devellop some
> C applications using libcurl.

Please use the libcurl mailing list for discussions and questions around
this.

> I would like to find some examples that shows me how to POST data over
> SSL.

SSL or not doesn't make any difference on how you use libcurl for posting. To
make a post, you can take one of the example source codes on the libcurl web
page and simple add a line like:

  curl_easy_setopt(curl, CURLOPT_POST, "posteddata");

(after the curl_easy_init() call)

> Is anyone can give me some hints about where I could find what I'm
> looking for? (like some web sites adresses)

I wish I could list a number of sites that have examples and more
information. But I don't know any - except for the curl site of course.

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic