Setting Correlation ID for HTTP Header
You can change the default name of the correlation ID for HTTP header.
- Procedure
- Navigate to the ASG_CONFIG_HOME directory.
- Edit the asg.properties file.
- 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 asX-Request-Correlation-ID
in the outgoing request and expected in the incoming request. - Save changes to the file.
Note: You must restart the Core Engine after saving the changes to the property.