Posted by David Dorward on 10/30/05 18:42
Doug wrote:
> I thought I would drop this question here for some answers. It seems like
> a good idea to have a customer fill out a html email form to order
> specifics.
> There are security issues, I guess, that could enter the app question. If
> it were coded within a SSL site, would this be alright?
No. The data would be transfered between the client's browser and the server
securely, but then the email would be sent insecurely. You would have to do
something about encrypting the email too.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|