Re: Printing origin server response

2010-11-28 Thread Eric Balsa
Hi Manish, 1. With a transformation plugin you could 'print' the full response -- but where do you want to print it? 2. There is no HTML parsing inside TrafficServer. TS does not care about content; it proxies/caches *anything* as long as it's served over HTTP/HTTPS. To solve your problem, you w

Printing origin server response

2010-11-28 Thread Manish Pandey
Hi folks, I am developing a trafficserver plugin, and would like to find out 1. How can I print a origin server response sent to the trafficserver, e.g., the html document with embedded javascript etc. 2. Also, how can I detect specific strings in the response to do response filtering? Is there an