Configuring the correlation ID response header
You can optionally change the correlation ID response header that PingAuthorize Server sends with HTTP requests.
About this task
By default, PingAuthorize Server generates a correlation ID for every HTTP request and response header.
To customize this response header name:
Steps
-
By default, PingAuthorize Server generates a correlation ID for every HTTP request and sends it in the response with the
dsconfig
command.Example:
The following example changes the correlation ID response header to
X-Request-Id
.dsconfig set-connection-handler-prop --handler-name "HTTPS Connection Handler" --set correlation-id-response-header:X-Request-Id