Enabling or disabling correlation ID support - PingAuthorize - 9.1

PingAuthorize

bundle
pingauthorize-91
ft:publication_title
PingAuthorize
Product_Version_ce
PingAuthorize 9.1
category
ContentType
Product
Productdocumentation
paz-91
pingauthorize
ContentType_ce
Product documentation

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

  • 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