cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: https POST

From: Joe Halpin <j.p.h_at_comcast.net>
Date: Tue, 13 Apr 2004 12:55:03 -0500

Fisch, Perry wrote:
> My apologies if this is a silly question, however, I need to send the
> following string using curl to a web site.
>
> https://myUserID:myPassword@www.thewebsite.com/nbu/rt/rtGather.asp?HH=456789
> &PBBID=2&TunID=2&chan=5&buttons=45&vButtons=0
>
> Could someone please forward an example of how to do this in C for the Linux
> platform?

Look at docs/examples/simple.c

If you need to set other options I think the curl_easy_setopt(3) man
page should tell you how to do that. If you're having trouble try using
CURLOPT_VERBOSE.

Joe
Received on 2004-04-13