Re: [PHP] does a form submit from a http page to a https ensure secure data?

2002-07-03 Thread Erik Price
On Tuesday, July 2, 2002, at 09:48 PM, Richard Lynch wrote: > My old ISP had SSL on another server (or at least directory) and > personally > vetted every line of code that went on it. Royal PITA, but more secure. What does "vetted" mean? I didn't see it in the Jargon File so maybe it's OT

Re: [PHP] does a form submit from a http page to a https ensure secure data?

2002-07-02 Thread Chris Shiflett
Richard Lynch wrote: >>>Your form action parameter has an absolute url specifying an https >>>protocol. When the browser submits the form, it uses the url you specify >>>which is https. So the request is going to be encrypted. You might >>>consider serving the form page from https as well to kind

RE: [PHP] does a form submit from a http page to a https ensure secure data?

2002-07-02 Thread John Holmes
27;re serving a smarter crowd, they may be hesitant to submit their form data, thinking it's going over an unsecured link... ---John Holmes... > -Original Message- > From: B.C. Lance [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 1:13 PM > To: [EMAIL PROTECTED]

Re: [PHP] does a form submit from a http page to a https ensure secure data?

2002-07-02 Thread Richard Lynch
>>Your form action parameter has an absolute url specifying an https >>protocol. When the browser submits the form, it uses the url you specify >>which is https. So the request is going to be encrypted. You might >>consider serving the form page from https as well to kind of tighten >>things up a

[PHP] does a form submit from a http page to a https ensure secure data?

2002-07-02 Thread B.C. Lance
hi, the above question has been puzzling me for a while. the situation is this. http://domainname.com/register.php display a user registration form having [form action="https://domainname.com/register.php"; method="post"] will the data from that page be encrypted when it is sent via https speci