io taglib + SSL

2003-01-12 Thread Hassan Schroeder
I'm trying to pass form data to a credit card authorization service using the IO taglib, like so: io:http url=https://certification.authorize.net/gateway/transact.dll; action=POST input=true output=true io:header name=Content-Type value=text/html / io:body foo=baryou=know /io:body /io:http

Re: io taglib + SSL

2003-01-12 Thread Dave Newton
On Sun, 2003-01-12 at 13:10, Hassan Schroeder wrote: I'm trying to pass form data to a credit card authorization service using the IO taglib, like so: io:http url=https://certification.authorize.net/gateway/transact.dll; [...] The question is -- whose certificate? I can submit data manually

Re: io taglib + SSL

2003-01-12 Thread Hassan Schroeder
Dave Newton wrote: Well, you don't need a certificate to _request_ an HTTPS transaction, you need one (from the server being requested from) to _receive_ one. Ah. Yes. Nature abhors a vacuum, and so do I, especially when it's between my ears :-) But now that I've looked into what the SSL