Configuring HTTP correlation ID support - PingDirectory - PingDataMetrics - 9.0

PingDirectory

bundle
pingdirectory-90
ft:publication_title
PingDirectory
Product_Version_ce
PingDirectory 9.0
category
Product
pd-90
pingdirectory
ContentType_ce

Enable or disable correlation ID support for the HTTPS Connection Handler.

Correlation ID support is enabled by default for each HTTP Connection Handler.

  • To enable correlation ID support for the HTTPS Connection Handler, run the command:
    $ bin/dsconfig set-connection-handler-prop \
      --handler-name "HTTPS Connection Handler" \
      --set use-correlation-id-header:true
  • To disable the correlation ID support for the HTTPS Connection Handler, run the commands:
    $ bin/dsconfig set-connection-handler-prop \
      --handler-name "HTTPS Connection Handler" \
      --set use-correlation-id-header:false