Re: Inserting secure urls or actions

2008-01-24 Thread vb13
.htaccess? Do you mean rewriting the URL's? This will not work, because I want the Client to post to https. Or am I missing something? On Jan 24, 1:57 am, francky06l [EMAIL PROTECTED] wrote: You can use .htaccess to force an https connection for the desired url's. On Jan 23, 6:34 pm, vb13

Inserting secure urls or actions

2008-01-23 Thread vb13
Hi all, I am struggling with the following (I hope simple) issue in 1.2 I have a login form that has to post via https. I would like to use cake controller/action url notation and let the framework generate a full https://... URL. I.e. in my template I have code Form

Re: Inserting secure urls or actions

2008-01-23 Thread francky06l
You can use .htaccess to force an https connection for the desired url's. On Jan 23, 6:34 pm, vb13 [EMAIL PROTECTED] wrote: Hi all, I am struggling with the following (I hope simple) issue in 1.2 I have a login form that has to post via https. I would like to use cake controller/action