Andrew M wrote:
Hi, the function I was referring to is showForm and not sendPageAndWait.
If you've got to the point where you're doing a showForm, you're too late, as showForm, and sendPage, etc, are internal redirects.
At some point you either need to do cocoon.redirectTo("https://...") or have an HTML form submit to an https version of your site. Then, if you've got Apache in front of your servlet container handling the SSL, as far as your servlet container is concerned, nothing has changed.
Make sense?
Regards, Upayavira
On 4 Dec 2004, at 00:59, Andrew M wrote:
Hi, I have a requirement whereby a particular page in my site takes a clients credit card details, so in flow I need to be able to SSL the credit card page:
cocoon.sendPageAndWait("https://www.mysite.com/CreditCard.xml", {"neworder":neworder});
Can I do this, or something similar?
many thanks
Andrew
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
