Viewing response headers

Hey ,

I'm thrilled to help you learn JavaScript. Unfortunately, you've landed on a page where you cannot access with your current purchase.

Please upgrade (use this link) access this content.

I'm super eager to help you learn more!

Viewing response headers

Response headers provide information about the response. You can see headers in your developer tools. To do so, click on the network tab. You’ll see this.

The network tab
The network tab

When you’re on the network tab, click on the resource you tried to fetch. You’ll see information about both request and response headers.

Viewing header information
Viewing header information

If you sent a request to fetch a list of my Github repos, you’ll get headers that look like this:

Request headers
Request headers
response headers
Response headers