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 trialGurdeep Singh
2,438 Pointsin get the data is send through the URL and its parameter also . how the data is send in post method
how the data is send in post method is it also through the url ?
2 Answers
Stephanie Cunnane
7,073 PointsFor POST, the form data is included in the body of the HTTP message request.
Clara Hembree
11,401 PointsThere is more information on POST and GET in the AJAX series. Here's a link to a video explaining it in more detail. Watch this video.
Gurdeep Singh
2,438 Pointsthanky ou