> 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

Reply via email to