> On 2 Jun 2026, at 19:24, Hans Aikema <[email protected]> wrote:
> 
>> On 2 Jun 2026, at 19:21, Hans Åberg <[email protected]> wrote:
>> 
>> 
>>> On 2 Jun 2026, at 18:53, Silvain Dupertuis <[email protected]> 
>>> wrote:
>>> 
>>> I tried this, no success..
>> 
>> The HTTP header says “content-encoding: gzip”. A net search suggests it 
>> should be:
>> content-encoding: text/xml; charset=utf-8
> 
> No, content-encoding is yet another header, that shows how the 
> bytes-on-the-line are encoded, which in this case are sent as a gzip 
> compressed bytestream (HTTP transport compression)
> Content-type defines what the bytes on the wire represent

The page below says one can use:
Accept-Charset: utf-8

https://en.wikipedia.org/wiki/List_of_HTTP_header_fields


Reply via email to