Causes

  • the request did not determine the length of its content, which is required by the necessary resource
  • the outbound interface does not accept NULL payload

Fixes

Step 1: Disabling Streaming

This will force the requester to send the full payload at once with its content-length header.

Step 2: Changes To String

Null Payload need to be changes into empty string.