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 Express Basics (2015) The Request and Response Objects in Express Responses and the Response Object

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,735 Points

How do I get list of items in Network tab?

How do I get the list of items with their status codes as seen at 6:01 in the video? I have the network tab clicked but just see a tiny zoomed version of my website.

1 Answer

Hi Brendan,

If you are using Google Chrome, you can access your network tab by pressing cmd + option + J to open up the console, then you will be able to click on the network tab.

If you don't see anything there, you can try command + shift + R to refresh the page, and it should show all the XHRs, JS, CSS, etc there.

Once you see them, you can click on the name of a request to see the Status Code.

Unfortunately, I don't quite understand when you said "tiny zoomed version of my website.", but I hope this answer helps somehow.

Warmly, Chris