• 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