Posted by Michael Vilain on 05/16/05 20:34
In article <1116210260.448169.223450@f14g2000cwb.googlegroups.com>,
joieva@yahoo.com wrote:
> I would like to know how we can transfer data through a
> secured channel to a non-secured site. I am designing an
> e-commerce site and getting data from secured site
> database(on a firewall) and display to my site. Thank you.
I wasn't able to implement this through PHP and switched that part of
the site to a perl CGI program. Perl has CPAN modules available that
permit emulation of a browser accessing SSL connections, complete with
accepting any cookies, POST, and GET processing. I needed this to
connect to our credit card processor.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
[Back to original message]
|