Anyone know how to stop Transfer-Encoding being set to chunked on a PHP text response? Some browsers and clients don't accept this kind of encoding. Support have told me that this isn't something that can be configured on the server (??) but has to be configured in the script itself. I'm not so sure about this, but wanted to ask if anyone on here has had similar experiences with chunked responses?


Reply With Quote