Re: Extending AllegroServe's proxy abilities

Edi Weitz <[email protected]> Fri, 25 Feb 2005 21:11:37 +0100
Newsgroups gmane.lisp.open-source.franz
Message-ID <[email protected]>
Hi John!

On Fri, 25 Feb 2005 09:13:58 -0500, John DeSoi <[email protected]> wrote:

> You might want to take a look at cl-http -- I believe it has full
> HTTP proxy support implemented. It would at least give you an idea
> of what is involved and how big the job might be.

Thanks for the suggestion but I don't want to use CL-HTTP code because
I don't want to have to think about the strange license... :)

> My uninformed guess is it may not be not too difficult since
> AllegroServe already has pretty good functionality for both HTTP
> clients and servers.

I think maybe we're not talking about the same thing - AllegroServe
already can act as a proxy.  It's just that it's currently transparent
to me.  I want to peek at the traffic going through the proxy.

Cheers,
Edi.