Re: help building a proxy

2009-03-21 Thread Gregor Schneider
On Sat, Mar 21, 2009 at 1:06 AM, Richard Langly richard.ringo.lan...@gmail.com wrote: 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. So why do you try do build your own proxy? I've a similar setup using

Re: help building a proxy

2009-03-21 Thread André Warnier
Richard Langly wrote: Well, that's exactly what I want to do, build a web page from within the proxy server that will be viewed at a later time, and also further pass on the request and expect to get a page back which will also be viewed at a later time. This all happens from the proxy server.

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 both

Re: help building a proxy

2009-03-20 Thread André Warnier
Richard Langly wrote: 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

Re: help building a proxy

2009-03-20 Thread Gregor Schneider
Richard: Are you looking for a transparent proxy? I.e., circumvent some censorship? Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

Re: help building a proxy

2009-03-20 Thread Richard Langly
Well, that's exactly what I want to do, build a web page from within the proxy server that will be viewed at a later time, and also further pass on the request and expect to get a page back which will also be viewed at a later time. This all happens from the proxy server. 1) receive URL from

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 rc4...@googlemail.comwrote: Richard: Are you looking for a transparent proxy? I.e., circumvent some censorship?

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