Authenticated Relay Endpoint
Primary gateway for packet ingest and session pull operations.
| Method | Path | Body | Response |
| POST | /stream/relay/hub.php?auth=<token> | binary / octet-stream | 4xx on invalid session (expected) |
| GET | /stream/relay/hub.php?auth=<token> | — | pull / stream chunk |
Required headers (client)
Accept: */*
Content-Type: application/octet-stream # for POST ingest
Cookie: session_id=<uuid>
Origin: https://<your-host>/
Referer: https://<your-host>/
User-Agent: Mozilla/5.0 ... Firefox/...
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin