The problem must be deeper than gzip, becuase the following code should trigger a gzipped response, but no error occurs: var p = {}; p[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST; gadgets.io.makeRequest('http://web-sniffer.net/', console.log, p); In analyzing the HTTP packets...