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

Darren Joy
Darren Joy
19,573 Points

Sending Data with Get requests

No even sure how to answer this quiz and I've watched the video three times..

GET /books______kindle________type or something like that..

from the video format should be something like:

GET /get?..........&.............. where ....... is the content you want in JSON format. I tried just putting a ? and a & above but that didn't seem to work.. There was no example given that all that similar to the question

from: https://teamtreehouse.com/library/http-basics/introduction-to-http/sending-data-with-a-get-request-2

2 Answers

Cindy Lea
PLUS
Cindy Lea
Courses Plus Student 6,497 Points

They are looking for something like this: GET /books?type=kindle&sort=popular

Darren Joy
Darren Joy
19,573 Points

This is a good reason why coding at 3 am is not always advised! ;)