Generate request id

Is it possible for Caddy to generate a unique request-id similar to $request_id variable in nginx? In a microservice design it is common to assign each request an id (also called correlation id) so an error can be traced through all services processing the request.

It’s possible, yes, someone just has to implement it. Want to open an issue to request this feature?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.