API Endpoint Returning Gibberish

Well as I said, the API may send a GZIP encoded response, even if it shouldn’t. I encountered APIs like that before. In fact, I am receiving a response on the /kraken/channels/<id>/subscriptions endpoint which contains a Content-Encoding: gzip, even if I don’t send an Accept-Encoding header. I can’t test if the content is actually GZIP encoded since I don’t have access to a partnered channel. On other Twitch API endpoints (the ones I happen to use at least) it seems fine.

1 Like