Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design Brand Identity Basics Introduction to Brand Identity The Five Ws and an H

I would love to point out that the <a href="http://salt.twinforrest.com/">SALT </a> website is not secure.

There is no green lock icon beside the URL and when the site information is viewed, it says that- the connection with this site isn't secure. Is it safe to provide such crucial info as credit card numbers, etc in such a website?

1 Answer

Steven Parker
Steven Parker
230,946 Points

The security of your data is not determined by the protocol used to deliver the form.

What's important is the protocol the form uses to submit your data, which I determined by inspection with the dev tools to be https (secure).

I understand it is a bit of a "leap of faith" to send secure data from an unsecured page, and the site developer should have at least included some explanatory text on or near the button, or made the form page itself secure.