Hi I am building a lab to use Traffic server as a reverse proxy in order to achieve the following
1- When client sends HTTP request , the request goes to the traffic server 2- The traffic server sends the request to the destination web server with content encoding request =gzip, deflate 3- If the traffic comes compressed/encoded in gzip format , it relays back to client as is 4- If the traffic comes plain (non compressed ) , the traffic server to compress it and sends the encoding type =gzip to the client I noticed that it is not working as expected , so I want to check if the above should be achievable if I enabled the gzip module ( I already did that and i see the gzip module being invoked on startup ) Appreciate your response Regards Khalid Mohammed Sweeseh +962799797568
