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 POST Request

Jonathan Hector
Jonathan Hector
5,225 Points

I didn't quite get the content length part.

How do you calculate the content-length in this case

1 Answer

The length in this case seems to be 30. I counted all of the characters on this line:

I'm also including the equal sign, the @ sign, the periods, and the ampersand as a symbol!

name=Sara&email=sara@tmail.com

And using that as my answer.