Title: RE: POST to HTTPS

Hey Josh.. actually I just discovered the WinInet functions and they are capable of posting to HTTPS.  I have already written code for this and it works great.  I appreciate the help though.

Thanks!
Ian

-----Original Message-----
From: Joshua Juran [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 26, 2003 12:27 PM
To: [EMAIL PROTECTED]
Subject: Re: POST to HTTPS


--On Friday, September 26, 2003 8:59 AM -0700 "Perez, Ian"
<[EMAIL PROTECTED]> wrote:

> Hi, I'm attempting to do a POST to HTTPS and I'm not sure where to start.
> I can do a POST to HTTP just fine, but I'm a little lost when it comes to
> SSL.  Can someone point me in the right direction or possibly to some
> example code or a tutorial?  My dev environment is win2k pro with visual
> c++ 6.

Well, I haven't implemented POST in my HTTP client yet, but I have done
GET, and it works over raw sockets or SSL.  If you already know how to
establish an SSL connection, you're done -- just use the SSL read and write
calls instead of the sockets calls.  Otherwise, I suggest you look at the
cli demo program for a minimal implementation.  If you'd like assistance
with writing a program that works with either SSL or raw sockets (or any
other kind of socket) transparently, I have code that does this -- let me
know if you're interested.

Josh

--
Joshua Juran
Metamage Software Creations - Mac Software and Consulting
http://www.metamage.com/

                * Creation at the highest state of the art *


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

**********************************************************************

This message contains confidential information intended only for the use of the addressee(s)

named above and may contain information that is legally privileged.  If you are not the

addressee, or the person responsible for delivering it to the addressee, you are hereby
notified that reading, disseminating, distributing or copying this message is strictly prohibited. 

If you have received this message by mistake, please immediately notify us by replying to the

message and delete the original message immediately thereafter.

 

Thank you.                                                                                                       FADLD Tag
**********************************************************************

Reply via email to