MinecraftStats icon indicating copy to clipboard operation
MinecraftStats copied to clipboard

Disable JSON compression

Open pdinklag opened this issue 7 months ago • 1 comments

Some webservers integrate automatic compression of JSON files. This breaks asynchronous downloads of json.gz files via AJAX, which the MinecraftStats client then cannot decompress. The reasons are not entirely clear to me, but this has been a problem in the past.

In any event, since server-side compression can apparently be considered standard functionality, this means that MinecraftStats should no longer do it and move that responsibility to the admin.

pdinklag avatar Aug 01 '24 06:08 pdinklag