Request-Id:

Request-Id:

[1] interagent/http-api-design ( ( 版)) <https://github.com/interagent/http-api-design>

[2] Platform API Reference | Heroku Dev Center ( ( 版)) <https://devcenter.heroku.com/articles/platform-api-reference#request-id>

[3] Platform API Reference | Heroku Dev Center ( 版) <https://devcenter.heroku.com/articles/platform-api-reference#request-id>

Each API response contains a unique request id in the Request-Id header to facilitate tracking. When reporting issues, providing this value makes it easier to pinpoint problems and provide solutions more quickly.

[4] Stripe API Reference ( 版) <https://stripe.com/docs/api#idempotent_requests>

Each API request has an associated request identifier. You can find this in the response headers, under Request-Id.

[5] Provide Request-Ids for Introspection · HTTP API Design (Wesley Beary著, ) <https://geemus.gitbooks.io/http-api-design/content/en/foundations/provide-request-ids-for-introspection.html>

Include a Request-Id header in each API response, populated with a UUID value. By logging these values on the client, server and any backing services, it provides a mechanism to trace, diagnose and debug requests.