Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 10: Utilizing Forms with JavaScript!

Instruction

Viewing HTTP Requests

HTTP requests are never displayed to the user (if you want to see them, you need to use tools such as the Firefox Network Monitor or the Chrome Developer Tools). As an example, your form data will be shown as follows in the Chrome Network tab after submitting the form:

  1. Open the developer tools.
  2. Select "Network"
  3. Select "All"
  4. Select "foo.com" in the "Name" tab
  5. Select...