Login with twitch returning unreadable text

Assuming nodejs with request

request({
    url: 'THEURL',
    method: 'POST',
    gzip: true,
    json: true
}, function(e,r,b) {
});

You probably did not get r.statusCode being a 200