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 Response Format

mahmoud elguindi
mahmoud elguindi
2,364 Points

does any of this workspace work for this course???? i get 400 bad request for all attempts

does any of this workspace work for this course???? i get 400 bad request for all attempts

2 Answers

Steven Parker
Steven Parker
229,644 Points

It worked for me. In case another student doesn't respond with a remedy, you might want to try contacting Support staff directly.

Kenneth Fletcher
Kenneth Fletcher
580 Points

I got errors when I capitalized "Host:" as "HOST" So is HTTP 1.1 somehow case sensitive?

Steven Parker
Steven Parker
229,644 Points

HTTP itself doesn't determine this, it's up to the server application software and/or server operating system.

But it's good practice to assume that the server will be case sensitive, and in practice most actually are.

For future questions, always start a fresh one instead of adding one as an "answer" to another question.