Stateless Requests

© R.A.Sol

Stateless requests skip the HELLO handshake. A client sends a Seal before HELLO using Location: <via>/anyone/stateless.

<via> is the via string (031) for the transport the client connected to (e.g. tcp+1.1.1.1:4777). The server does not validate this segment for stateless requests.

Rules

Stateless requests are replayable by design. They provide packet integrity via the Seal signature, not identity. Use only for public read-only data.

UDP

UDP uses stateless requests exclusively. See 032.