mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
docfix/Tweak props mirror_request_headers_to_response
This commit is contained in:
parent
a35ed55314
commit
3ee6fde057
@ -1039,6 +1039,13 @@ outboundAdapterCallContext.generalContext
|
||||
# ------------------------------ default entitlements end ------------------------------
|
||||
|
||||
## Mirror request headers to response
|
||||
# This feature is driven by FAPI requirements. For instance:
|
||||
# The resource server with the FAPI endpoints
|
||||
# - shall set the response header x-fapi-interaction-id to the value
|
||||
# received from the corresponding fapi client request header or to a RFC4122 UUID value
|
||||
# if the request header was not provided to track the interaction, e.g.,
|
||||
# x-fapi-interaction-id: c770aef3-6784-41f7-8e0e-ff5f97bddb3a; and
|
||||
# - shall log the value of x-fapi-interaction-id in the log entry.
|
||||
# mirror_request_headers_to_response=x-fapi-interaction-id,x-jws-signature
|
||||
|
||||
## Echo all request headers to response
|
||||
|
||||
Loading…
Reference in New Issue
Block a user