The Webhook input does not currently check the Content-Encoding field in the request header to determine if the body is gzip compressed. The request body must be decompressed during handling, but it currently is not. In contrast, this is done in the SelfDescribing Input. This support should be carried over to the webhook as well.
The Webhook input does not currently check the Content-Encoding field in the request header to determine if the body is gzip compressed. The request body must be decompressed during handling, but it currently is not. In contrast, this is done in the SelfDescribing Input. This support should be carried over to the webhook as well.