Hi
Do you know how is possible enable the support from GZIP in App Service Mobile ?
I'm using
HttpClientHandler mHttpClientHandler = new HttpClientHandler();
mHttpClientHandler.AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate;
client = new MobileServiceClient(applicationURL, mHttpClientHandler );
All works but.... when I sniff related traffic .... no gzip.
I'm using Microsoft.Azure.Mobile.Client vers. 3.1.0
Tnx