Task: to shoot unique requests. Each request has a header, the contents of which is a signature calculated by a specific algorithm from the body and headers of the request.
The signature must be unique (organized by random data in the header). Accordingly, each request must also be unique.
Question: how is this best organized?