RE: Client side use of Basic Authentication, proxy.

Is there specific config reqmnts required  w.r.t.
proxy configuration when a Web client running inside
one firewall, say FW1 with a proxy#1, and Jigsaw 
Web server running in another firewall, say FW2 with a
proxy#2, s.t. the client sends the Basic Authentication 
data and the Jigsaw Web Server http server completely 
receives the Basic Auth data for authentication?

E.g., do the client-side FW proxies authenticate the
Basic Auth data in addition to the server proxies
and ultimately the Jigsaw Web Server? 





> -----Original Message-----
> From: Yves Lafon [mailto:ylafon@w3.org]
> Sent: Thursday, September 30, 1999 8:38 AM
> To: Steven Camhi
> Cc: www-jigsaw@w3.org
> Subject: Re: Client side use of Basic Authentication, proxy.
> 
> 
> On Wed, 29 Sep 1999, Steven Camhi wrote:
> 
> > A weird question. Sitting behind a firewall
> > which requires Basic authentication and a proxy
> > to be set (I know, its wrong..), I could never
> > get a java (jdk1.2) gui going with the plain
> > URL and HttpURLConnection stuff.
> > 
> > Voila, the jigsaw stuff works like a charm!
> > However, if I want to use a JEditorPane component
> > in a mini browser environment, it works with URL
> > objects which are extremely dumb wrt proxies and
> > authorizations. Is it possible to use the JEditorPane
> > with the jigsaw stuff?
> 
> If you start your application using 
> java 
> -Djava.protocol.handler.pkgs="org.w3c.www.protocol|sun.net.www
> .protocol"
> 
> it should use Jigsaw classes (compatible with URLConnection) 
> as its HTTP
> stack. To use the proxy, use -DproxyHost=myhost -DproxyPort=myport
> -DproxySet=true.
> Another option is to use directly the internal API, see
> org.w3c.jigsaw.proxy.ForwardFrame for a little example.
> Hope this helps,
> 
>       /\          - Yves Lafon - World Wide Web Consortium - 
>   /\ /  \        Architecture Domain - Jigsaw Activity Leader
>  /  \    \/\    
> /    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    
> 
> 

Received on Thursday, 30 September 1999 15:26:18 UTC