Configuring HTTP correlation ID support
Enable or disable correlation ID support for the HTTPS connection handler.
About this task
Correlation ID support is enabled by default for each HTTP connection handler.
Steps
-
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