Only secure the the "Submit" link in a Secure TransactionOnly the return page, after they submit the form, should have the locked key and indicate a secure transaction. The page that has the form elements does not need to appear secure. Reason: The end-user is typing data into a form that they have downloaded to their computer. When they click the submit button, only then does sensitive information traverse the wires. Since this is not commonly known, L A Bridge web sites usually *do* secure the form page. There is a performance penalty though, since it takes much longer to transfer encrypted data then it does insecure data. <RANT> Summary: It slows download times and is not any more secure when to encrypt the form page where people type their names and credit card numbers.
|