function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dxjonesdxjones 

How can we prevent HTTP "Transfer-Encoding: chunked" ?

We are coding a web application (integrated with Salesforce.com) and we have run into several challenges.

 

One obstacle is that Salesforce.com sends HTTP 1.0 responses using "Transfer-Encoding: chunked".

The other service (with which we are integrating) cannot handle this response format.

 

Is there any way we can *force* the entire HTTP response to be sent in one piece (instead of chunks)?

 

-- David Jones

Steven LawranceSteven Lawrance

Hi David,

 

Unfortunately, we don't have a way to force the response to not use chunking. Is it possible to get the other service to support chunking?

 

 

Steven Lawrance