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 trialmi toy
Courses Plus Student 620 Pointsget http request
Fill in the missing symbols of the query string in the request line of the following HTTP request:
GET /books ? type ="abc"& kindle ="abcd"& sort=popular HTTP/1.1 Host: amazon.com Accept-Language: en-US
wonder why my answer is wrong, can anyone help me out?
1 Answer
Steven Parker
231,172 PointsDon't create and insert additional data.
This quiz is only expecting you to enter just a single character in each blank. The first one is to separate the URL from the data, and you have that one correct. The second one is to separate the keyword "type" from the data "kindle". And the final one is to separate one keyword/data pair from another.