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.
- Open DevTools → Network tab
- Reload this page (or click below)
- 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