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

JavaScript AJAX Basics AJAX Concepts A Simple AJAX Example

Log XMLHttpRequests in developer tool

A word of warning:

When I first reloaded the page used in this video, I wasn't getting the expected message about the XHR request. It turned out that the option to log XMLHttpRequests was off in my Chrome developer tool. Once I clicked on the gear and clicked the box next to "Log XMLHttpRequests", I got the expected output in the console.

6 Answers

Zach S.
Zach S.
9,662 Points

Thank you very much!

Thanks

Thank you, Jessica. I was wondering why I didn't receive the same results as the video.

Taylor Hayes
Taylor Hayes
7,758 Points

You're awesome! Thank you Jessica, helped me hurdle a hiccup

Rafael Gomes
Rafael Gomes
6,963 Points

Thank you! I was right clicking like he was in the video and the option didn't show, clicking the little gear icon for 'Console settings' made all the difference.

thank you! had the same problem