PingAuthorize

Enabling or disabling correlation ID support

Correlation ID support is enabled by default for each HTTP connection handler, but you can optionally disable it.

Steps

  • To disable correlation ID support for the HTTPS connection handler, run the following command.

    dsconfig set-connection-handler-prop --handler-name "HTTPS Connection Handler" --set use-correlation-id-header:false
  • To enable correlation ID support for the HTTPS connection handler, run the following command.

    dsconfig set-connection-handler-prop --handler-name "HTTPS Connection Handler" --set use-correlation-id-header:true