Request-Id header #12
chriskapp
started this conversation in
Ideas for HTTP API Specifications
Replies: 1 comment 6 replies
-
One thing you might want to consider: a request comes in, goes through a CDN for some processing, and then ultimately goes to the origin. Do we need to tag multiple 'requests'? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
so our system currently issues an "X-Request-Id" which is basically a simple UUID 4 which we add as header to every response. Based on this request id we can get details about a specific request which can be used for debugging etc. I would like to gather some feedback whether it would be useful to create a simple RFC where we specify such a "Request-Id" header. Our system uses the "X-Request-Id" but there are also other versions i.e. Github uses "X-Github-Request-Id". So please let me know your thoughts, Iam not sure whether it is too simple for an RFC but on the other hand I could imagine that for some tooling it would be handy to have such a standard.
Beta Was this translation helpful? Give feedback.
All reactions