On Tue, 2003-07-15 at 15:12, Chris Shiflett wrote: > --- PHP List <[EMAIL PROTECTED]> wrote: > > I am writing a php script to accept an HTTPS POST of data from a > > remote site, process the data, and send an HTTPS POST response back > > (not necessarily to the same remote site). > > Can you perhaps rephrase what you are trying to do? The way I interpret what > you are asking may be much simpler than what you really mean to do. > > To "accept" an HTTPS POST only requires that your Web server is SSL-enabled. > There is nothing special you must do. For example, a PHP script can print out > all posted data like this: > > print_r($_POST); Yup...I already accept the https posts just fine...
<snip...> > > As for sending a POST request to a remote site via SSL, just check out cURL, > which also has a convenient PEAR package. This is what I am trying to do...and thanks for point out cURL...I will check it out. Sorry for being unclear... -- Woody In a world without boundaries why do we need Gates and Windows? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php