Enabling or disabling correlation ID support - PingAuthorize - 9.3

PingAuthorize 9.3

bundle
pingauthorize-93
ft:publication_title
PingAuthorize 9.3
Product_Version_ce
PingAuthorize 9.3 (Latest)
category
ContentType
Product
Productdocumentation
paz-93
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