zelihapala / My-Coursework-Planner

0 stars 0 forks source link

[TECH ED] Devtools Network Tab #194

Open zelihapala opened 3 months ago

zelihapala commented 3 months ago

Link to the coursework

https://developer.chrome.com/docs/devtools/network

Why are we doing this?

Do the Network Tab tutorial

Read or watch the Google Chrome Devtools tutorial on the Network Tab. The video is nine minutes long.

Explore a familiar API

  1. In Google Chrome, open dev tools network tab and enter this URL into the browser: http://api.tvmaze.com/shows/82/episodes

  2. Answer the following questions:

Maximum time in hours

1

How to get help

Here's a solid prompt for ChatGPT.

Act as a friendly, straightforward programming mentor. Walk me through finding the answers to the following questions step by step using the Chrome Devtools Network tab. Don't tell me the answers, but guide me through the interface until I find it myself. When I say "Is the answer: MY ANSWER" tell me if I'm right or wrong. If I'm right, move me on to finding the answer to the next question. If I'm wrong, explain why. Here are the questions. Begin with question 1: What status code did the server send back?

In Google Chrome, open dev tools network tab and enter this URL into the browser: http://api.tvmaze.com/shows/82/episodes

Answer the following questions:

How to submit

Share your answers with the other trainees in your Buddy Group or on your Slack class channel.

How to review

Did you get different answers to other people? Ask them how they worked them out!

zelihapala commented 2 months ago

Status Code: 304 Not Modified HTTP Method: GET Request Path: /shows/82/episodes Content-Type Header Value: Not provided. User-Agent Header Value: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36.