On 4/20/06, Yevgen Borodin <borodin@xxxxxxxxxxxxx> wrote: > Hello! > > I have a forward proxy that handles cookies perfectly fine. > But as soon as I turn on an ext_filter, websites that have cookies are not > coming through. What I am getting instead is something like this: > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD> > <BODY style="ZOOM: 100%"></BODY></HTML> > > I am trying to do some HTML transformation for proxied traffic. > I do the transformations with an external filter. However, websites with > cookies return the above-given example without any changes. And Websites > without cookies are transformed as expected. > > I've been trying really hard to find a solution to this problem. :( Are you sure that isn't just the default content the browser returns when the server returns zero-content? Perhaps your external filter program is crashing on these requests, causing the server to return nothing. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx