Setting Correlation ID for HTTP Header

You can change the default name of the correlation ID for HTTP header.

Procedure

  1. Navigate to the ASG_CONFIG_HOME directory.
  2. Edit the asg.properties file.
  3. Set the following property:

    tibco.clientVar.ASG/Request/CorrelationHeaderName

    For example, if you set the property, as follows:

    tibco.clientVar.ASG/Request/CorrelationHeaderName=X-Request-Correlation-ID, the HTTP header name is set as X-Request-Correlation-ID in the incoming request.

  4. Save changes to the file.
    Note: You must restart the Core Engine after saving the changes to the property.