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 trialBlake Rogers
3,069 PointsWhat is the difference between HTTP and HTTPS
What is the difference between HTTP and HTTPS?
2 Answers
Casey Ydenberg
15,622 PointsHTTPS is the secure version of HTTP, and all data that passes over the HTTPS protocol (both to and from the server) is encrypted. How this works is a little bit complex, but basically it means that if you're sharing your credit card or any information you wouldn't want the world to know, you should ensure that the website you're visiting uses HTTPS (you can see this in the status bar at the top of your browser).
Jason Anders
Treehouse Moderator 145,860 PointsHTTP = HyperText Transfer Protocol
HTTPS = HyperText Transfer Protocol Secure
HTTPS connections are encrypted and cannot (should not) be able to be intercepted and read in transit.