HW3 — Module 04: Custom Endpoint

This page loads collector-v3.js. Unlike Modules 01–03, /collect now has a real backend — an Express route added to the existing HW2 Node service — so the beacon should receive a real 204 No Content instead of a 404.

  1. Open DevTools → Network tab
  2. Reload this page
  3. Look for POST /collect — expect status 204
← Back to collector home