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

How do I do multiple level commands in Workspaces and Power Shell?

In the video the instructor does two lines of instruction before hitting enter twice. The command GET / HTTP/1.1 followed by Host: httpbin.org. I'm unable to see how this is done and everything I put in comes back as an invalid command.

1 Answer

KAMRAN IMRANLI
KAMRAN IMRANLI
4,107 Points

If you are already connected to httpbin.org through port number 80, then you should be able to write two lines of command on different rows by pressing enter to change the row. Only after then you should it enter twice in order to receive the response.