Отзывы и пожелания. Wargaming Public API
Дата: 11.11.2013 09:49:02

curl "http://api.worldoftanks.ru/wot/account/info/?application_id=demo&account_id=6416452" --header Accept-Encoding:gzip -> текст
curl http://mail.ru --header Accept-Encoding:gzip -> бинарные данные
curl http://mail.ru --header Accept-Encoding:gzip | gunzip -> текст
curl "http://api.worldoftanks.ru/wot/account/info/?application_id=demo&account_id=6416452" --header Accept-Encoding:gzip | gunzip -> gzip: stdin: not in gzip format
MustBeDead: Большое спасибо за анализ ситуации.
Проблема ясна. После обновления будет исправлена.
Проблема ясна. После обновления будет исправлена.

Ну и еще
wget --header='Accept-Encoding: gzip' "http://api.worldoftanks.ru/wot/account/info/?application_id=demo&account_id=6416452" -q --server-response
wget --header='Accept-Encoding: gzip' "http://mail.ru/" -q --server-response
MustBeDead:
Отзывы и пожелания. Wargaming Public API