↧
Web Connection only GZips content over 10k (there's a flag in wconnect.h that controls this) so you might not see it on all requests.
+++ Rick ---
In documentation I find about GZipCompression in:
wwPageResponse::GZipCompression
wwHTTP::lAllowGZip
I have to modify ONLY the OnProcessInit of MyAppProcess.prg to enable GzCompression globally for all the web application, or there are also other settings I have to set?
FUNCTION OnProcessInit *** All requests going through this Process class *** get GZip compression Response.GzipCompression = .T.
Thank you very much again