X-Request-Id header should be set on any type of call (GET and POST)
- 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
X-Request-Idheader should be set on any type of call (GETandPOST)_)Example:
a477dcb1-bda7-4a5b-af43-21a9b05a1e0e_1646757323563