Skip to content

Configurable header names and pass-through

Choose a tag to compare

@floriankraemer floriankraemer released this 28 Mar 18:44
· 4 commits to master since this release
cb43dbc

You can now configure three different settings to control the behavior:

  • response_header_name - The name of the response header for the ID.
  • request_header_name - The name of the request header for the ID.
  • pass_through - If the ID from the request should be passed to the response enable this. This is useful if you are dealing with a microservice that is not exposed to the public but gets further actions delegated from the entry point and must retain the original ID.

See the readme.md for more information.