Is there a way to have haproxy generate (and log) a unique ID for every incoming request, and add that ID as a header line to each outgoing proxied request, i.e. something like:
X-Unique-ID: 12345ABCDE It doesn't matter much what the identifier is, as long as it's unique and logged. The idea here is to be able to correlate log entries from all the various moving pieces that are involved in responding to a request. -- Roy Smith [email protected]

