|
|
|
|
|
by vp8989
1807 days ago
|
|
They are 2 distinct concepts for sure, but if you also need to track each request independently then it would seem more robust to generate a separate Id for that from within the scope of your system. I don't think you would want to rely on a client to differentiate "physical" requests for you. Maybe "Logical-Request-Identifier" and "Physical-Request-Identifier"? |
|