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 trialJonathan Grieve
Treehouse Moderator 91,253 PointsConnection to httpbin.org not working
Hi all,
I'm in Windows 10 machine, and I managed to enable Telnet via the GUI rather than in the console.
I've since been trying to follow along with the video however if I type
telnet httpbin.org 80
All I see is
connecting to httpbin.org...
And then a blank screen. Any ideas as to what I may have missed. I've even tried connecting to my own website but the same result happens, Thanks :)
1 Answer
Yuyang Peng
5,665 PointsHi, I am facing the same issue right now. And after using ctrl ], I typed st to see the status it does say connected to httpbin.org, however, when I tried to type GET /HTTP/1.1, it doesnt allow me to use enter, as in I only get one line and when I press enter it says invalid command. I would really appreciate your help!
Natraj Loganathan
11,392 PointsNatraj Loganathan
11,392 PointsThe blank screen indicates you are connected, you can issue 'ctrl + ]' to get telnet prompt and type status to see your connection status.