Реклама | Adv
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
  • Rotator
Сообщения форума
Реклама | Adv

Отзывы и пожелания. Wargaming Public API

Дата: 11.11.2013 09:49:02
Просмотр сообщенияmorecal (11 Ноя 2013 - 10:30) писал: Так, тогда я не понимаю что то в этом мире.
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: Большое спасибо за анализ ситуации.
Проблема ясна. После обновления будет исправлена.

Просмотр сообщенияmorecal (11 Ноя 2013 - 10:33) писал: Вдогонку.
Ну и еще
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:

Реклама | Adv