Hi, I have a third party http frontend who is contacted by 5000 clients every morning. Server is not able to serve them and after a while it crashes. I need to filter incoming request based on requested url and then store them. At the same time return http 200 to those machines. Mainly i have two issues: 1. Is it possible to configure SQUID to filter incoming request based on url. 2. store those requests in some file. 3. forward them to back-end server at some later time. regards, Jamshed