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 Sending Data with a GET Request

Raymond Smith
Raymond Smith
11,911 Points

HTTP request:

Fill in the missing symbols of the query string in the request line of the following HTTP request:

GET /books_____type_kindle_____sort=popular HTTP/1.1

Host: amazon.com Accept-Language: en-US

I'm not really sure what this is asking for.

Raymond Smith
Raymond Smith
11,911 Points

You're the man Eric! Thanks for the help buddy;) I was so close!

1 Answer

Eric Hodgins
Eric Hodgins
29,207 Points

You just need to put in the "?" , "=" and the "&" in the proper places. Basically filling in the same format query that you see in the video. Hope that helps!

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Eric Hodgins I came upon this question because I received a notification to provide an answer. But given that there was already a brilliant answer, I've changed your "Comment" to an answer and am awarding a Best Answer here. Thanks for helping out in the Community! :sparkles: