Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[TECH ED] Devtools Network Tab

オープン
#141 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@zelihapala がすでに取り組んでいます。

2024年3月27日 から。

評価

この issue はまだ評価されていません。

説明

🎯 Topic Problem-Solving 🎯 Topic Testing 🏕 Priority Mandatory 🐇 Size Small 📅 Servers 📅 Week 1
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:

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

主要言語
JavaScript
スター
0
フォーク
74
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CodeYourFuture/Module-Servers のほかの issue

CodeYourFuture/Module-Servers の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。