CodeYourFuture / CodeYourFuture/Module-Servers

[TECH ED] Devtools Network Tab

未关闭
#141 0 条评论 0 个 reaction 已指派 1 人 已被 @zelihapala 认领 在 GitHub 查看
🎯 Topic Problem-Solving 🎯 Topic Testing 🏕 Priority Mandatory 🐇 Size Small 📅 Servers 📅 Week 1
主要语言
JavaScript
星标
0
派生
74
PR 合并指标
30 天内没有已合并 PR

描述

### 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](https://developer.chrome.com/docs/devtools/network) 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:

- [ ] What status code did the server send back?
- [ ] What HTTP method did the browser use to make the request?
- [ ] What is the request path?
- [ ] What is the first line of the response body?
- [ ] What is the value of the response header called "Content-Type" ?
- [ ] What is the value of the request header called "User-Agent"

### 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:

- [ ] What status code did the server send back?
- [ ] What HTTP method did the browser use to make the request?
- [ ] What is the request path?
- [ ] What is the first line of the response body?
- [ ] What is the value of the response header called "Content-Type" ?
- [ ] What is the value of the request header called "User-Agent"

### 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!

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。