Lab, Viewing Requests
We can use the Chrome Developer Tools to see requests.
- Open a Google Chrome browser.
- Open Developer Tools using either
- View->Developer->Developer Tools
- ⌘⌥ I (Command Option India)
- You can choose where the Tools display by clicking the options icon.

- Select the Network tab.
- In the browser's address bar, type
https://www.wikipedia.org/. - Click the first option,
www.wikipedia.org.
1. The Headers tab shows the GET request your browser made to request the Web page.

- The Response tab shows the data returned, which is
HTMLtext.

Skill++¶
Chrome Developer Tools is full of excellent widgets to help you build Web applications.