NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Actually... (Score:2)
The user doesn't get the reassuring lock icon on the form page, but that's arguably a misfeature in browsers. The important thing isn't whether the form is encrypted but whether the submission is encrypted, and there's no icon for that. You just get a warning if you have an insecure submission from a secure form, but I think a lot of people ignore those warnings.
Ok, I might be learning something here :) (Score:2)
Does the Web browser encrypt the information on the client side if the initial form isn't SSL'd? Meaning, couldn't it just send the form submission to the SSL server without getting the server's key to encode it? Does that make sense?
Re:Ok, I might be learning something here :) (Score:2)
The second happens when you submit the form and send the data to the server, which responds with the confirmation page. That's the transaction that needs to be secure.
In mos
Re:Ok, I might be learning something here :) (Score:2)
Just putting that in the ACTION tag and unprotecting the initial form doesn't "gel" with my understanding of how the transaction works.
I guess I could put a sniffer between me and the Apple form and see.
Thanks!
Re:Ok, I might be learning something here :) (Score:2)
Reply to This
Parent