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