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

Development Tools HTTP Basics Introduction to HTTP HTTP Requests Using Telnet

Quora says Telnet is deprecated

Hi,

I don't know much about this topic but a Quora post says that Telnet is deprecated.

http://httpbin.org/

In reading the docs for httpbin.org and they suggest running it using Docker. I've never used Docker before and don't know much about it, but perhaps this is an alternative solution to use?

2 Answers

Steven Parker
Steven Parker
229,644 Points

I don't know what the post was talking about, but "telnet" is still supplied with Windows 10. I'd imagine most systems have a version of it either already installed or easily added on.

You can also run it from the workspaces. I'd suggest that if you don't have it locally.

Definitely, it ships with windows but its default setting is disabled and as you recommended it's not a good idea to enable it for security reasons.

On a side note I was able to nicely finish and understand this series. Telnet didn't work for me even using workspaces, but by taking notes and following the video, it provided a lot of good information for the foundations concepts of this topic.

The second part of this video series is where it began to be really fun / interesting.