...
Name | FORCE_POST_PUT_NOBODY | ||
---|---|---|---|
Possible Values | "true", "false" | ||
Default Behavior | false | ||
Scope | axis2 | ||
Description | This property allows to send a request without a body for POST and PUT HTTP methods. Applicable only for HTTP Passthrough transport. | ||
Example |
|
FORCE_HTTP_CONTENT_LENGTH
Name | FORCE_HTTP_CONTENT_LENGTH | |||||
---|---|---|---|---|---|---|
Possible Values | "true", "false" | |||||
Default Behavior | false | |||||
Scope | axis2 | |||||
Description | This property allows the content length to be sent when the ESB sends a request to a back end server. When HTTP 1.1 is used, this property disables chunking and sends the content length. When HTTP 1.0 is used, the property only sends the content length. This property should be used in combination with the
| |||||
Example |
|
COPY_CONTENT_LENGTH_FROM_INCOMING
Name | COPY_CONTENT_LENGTH_FROM_INCOMING | |||||
---|---|---|---|---|---|---|
Possible Values | "true", "false" | |||||
Default Behavior | false | |||||
Scope | axis2 | |||||
Description | This property allows the HTTP content length to be copied from an incoming message. It is only valid when the | |||||
Example |
|