HW3 — Module 01: Hello Beacon

This page loads collector-v1.js, which fires a navigator.sendBeacon() POST to /collect as soon as the page finishes loading.

  1. Open DevTools → Network tab
  2. Reload this page (or click below)
  3. Look for a POST request to /collect — it will 404 since no server endpoint exists yet (that's Module 04), but the request firing is what matters here
Navigate Away (reload to re-fire beacon)