Re: help building a proxy

2009-03-21 Thread Richard Langly
> Allright. I still don't really see what the point is, but at least the > description is clearer. You may want to repost it like that on the > httpd list too. > > Taking the above at face value and just giving a generic answer : > You could probably do that in Apache httpd or in Tomcat, but in b

Re: help building a proxy

2009-03-20 Thread Richard Langly
If you mean that there are no modifications to the original request or even the response, then yes. It's to be a transparent proxy. On Fri, Mar 20, 2009 at 4:18 AM, Gregor Schneider wrote: > Richard: > > Are you looking for a transparent proxy? I.e., circumvent some censorship? > > Rgds > > Gregor

Re: help building a proxy

2009-03-20 Thread Richard Langly
ng for, at least w/ mods only. I'm still looking into that also. Hope that helps clarify. On Fri, Mar 20, 2009 at 3:22 AM, André Warnier wrote: > Richard Langly wrote: > >> Hey all, >> >> >> I'm searching for a way to make a proxy server t

help building a proxy

2009-03-19 Thread Richard Langly
Hey all, I'm searching for a way to make a proxy server to: - receive a request from a web-browser. - allows me to grab the URL and build a web page. - then forward the request to the destination. - and then allows me to store and access the response when the destination retur