Skip to main content
Inspiring
July 11, 2009
Answered

Does Dreamweaver protect Post data (email addresses) when sending forms?

  • July 11, 2009
  • 1 reply
  • 1424 views

I'd like to know how to prevent lurkers from being able to intercept email addresses from the Registration forms (POST) as they are submitted from my site. I'm not worried about harvesting my address on my site, I think that problem is covered. But I am concerned that those who register on my site are not giving up their information. How do I prevent that?

This topic has been closed for replies.
Correct answer David_Powers

Only you can be the judge of whether you should be concerned. If the information is something that you would happily send by email, there's nothing to worry about. If the information is more sensitive, you should store the information directly into a database, and then retrieve it directly from the database.

1 reply

Participating Frequently
July 11, 2009

Dreamweaver does not and can not protect data from eavesdroppers. You need to use HTTPS if you are concerned about this.

Inspiring
July 11, 2009

Let me ask this then: Should I be concerned with this or am I wasting time.

Nothing here is financial or anything.

Participating Frequently
July 12, 2009

Thanks again David. That is pretty much what I was hoping to hear.


I agree with David. I'm no security expert, but it seems to me that eavesdropping techniques are much too much effort for thieves to use to capture email addresses. There are too many simpler ways to harvest them. Eavesdropping is usually used to steal more personal info like login credentials, credit card info, and more personal data. I wouldn't worry about it. Account creation forms and login forms may be a different story.