-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
X-Request-Id
header should be set on any type of call (GET
andPOST
)- Request ID header should contain UUID
- Same UUID should be sent for each request in a given connection session
- To make each request ID unique, append timestamp in milliseconds to header
- Delimit UUID and timestamp with single underscore (
_
)
Example:
a477dcb1-bda7-4a5b-af43-21a9b05a1e0e_1646757323563
Metadata
Metadata
Assignees
Labels
No labels