Configuring the Expect-Continue Paradigm for an HTTP Client
A secure HTTP request in TIBCO BusinessEvents can support the expect-continue paradigm. You can enable or disable the expect-continue paradigm for a TIBCO BusinessEvents HTTP client.
In the CDD file of your project, add the following property and specify the value as true
or false
.
com.tibco.be.http.client.useExpectContinue
The default value is
true
.