ok, i understand... But, i create a web. The user is authentificathed in this intranet, then this user have the option to see the mail. I want that this user can access directly to mail, and it doesn't authentificate again. It's possible with squid??? I am working with java...
--- [EMAIL PROTECTED] escribi�: > Sez, > This is exactly what a reverse proxy is supposed to > do. External users can > only hit the proxy, which in its turn after having > validated the request > can execute it against the intranet server and > return the result to the client. > There's absolutely no need for the target server to > be accessible from the > public network. By no means I intend on selling > Squid proxy to you. HttpClient > can pretty much do the job but it will take quite a > bit of programming on > your part. For instance, you may need to do all the > header translation/rewriting > yourself. > > Oleg > > >-- Original Message -- > >Reply-To: "Jakarta Commons Users List" > <[EMAIL PROTECTED]> > >Date: Thu, 8 Apr 2004 10:53:01 +0200 (CEST) > >From: Sez Sez <[EMAIL PROTECTED]> > >Subject: RE: httpclient --> Can I create a proxy??? > >To: Jakarta Commons Users List > <[EMAIL PROTECTED]> > > > > > >No, i don't want this... > >I don't want that people from internet can access > to > >intranet server. I only want show some pages from > this > >server, the client mustn't connect directly to > >intranet server. > > > > > > > > --- [EMAIL PROTECTED] escribi�: > Yes, HttpClient > can > >be used to implement a > >> rudimentary HTTP proxy. However, > >> in your particular case I believe a full-fledged > >> HTTP proxy (squid, for instance > >> <http://www.squid-cache.org/>) configured as a > >> reverse proxy may do a better > >> job. > >> > >> Oleg > >> > >> > >> >-- Original Message -- > >> >Reply-To: "Jakarta Commons Users List" > >> <[EMAIL PROTECTED]> > >> >From: "Sezmillenium" <[EMAIL PROTECTED]> > >> >To: <[EMAIL PROTECTED]> > >> >Subject: httpclient --> Can I create a proxy??? > >> >Date: Thu, 8 Apr 2004 09:36:12 +0200 > >> > > >> > > >> >Hi people! > >> > > >> >I have two web servers. One server have a public > ip > >> and people can connect > >> >to this form internet. > >> >And the other server is inside a intranet. This > >> server don't have a public > >> >ip. > >> >When a user connect to first server, it need > some > >> pages from intranet > >> >server. I think that i must do a proxy in first > >> server. It must pass pages > >> >and request between client and intranet server. > Can > >> Httpclient do this??? > >> >I > >> >need help, and some code or function to do this! > >> Thanks. > >> > > >> > > >> > > >> > > >> > >>--------------------------------------------------------------------- > >> >To unsubscribe, e-mail: > >> [EMAIL PROTECTED] > >> >For additional commands, e-mail: > >> [EMAIL PROTECTED] > >> > > >> > >> > >> > >--------------------------------------------------------------------- > >> To unsubscribe, e-mail: > >> [EMAIL PROTECTED] > >> For additional commands, e-mail: > >> [EMAIL PROTECTED] > >> > > > >___________________________________________________ > >Yahoo! Messenger - Nueva versi�n GRATIS > >Super Webcam, voz, caritas animadas, y m�s... > >http://messenger.yahoo.es > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > >For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > ___________________________________________________ Yahoo! Messenger - Nueva versi�n GRATIS Super Webcam, voz, caritas animadas, y m�s... http://messenger.yahoo.es --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
