Is there a way to request a server to not answer request with Transfer-Encoding: chunked on XMLHttpRequest?

136 Views Asked by At

Is there a way to request a server to not answer request with Transfer-Encoding: chunked on XMLHttpRequest?

Like passing a value in the header during the request?

In another SO question they said one can use HTTP 1.0, I don't know if this is possible with XMLHttpRequest.

0

There are 0 best solutions below