Re: Client side filter-determining server url/port

> Hi,
> 
> I have configures Jigsaw as a proxy and have written my own client-side filter
> (implements PropRequestFilter).
> 
> My filter needs to find out what host and port the Proxy is running on.
> I read the source and documentation, but it looks like I am missing something as
> I still cant find a way in which I can retrieve this information from my
> Client-side filter.
> 
> Any help on this would be appreciated.
> 
> Thanks!
> --
> Mahesh Joshi

 I think you can call the getProxy() method of Request in your filter.

 public URL getProxy() { .... }



 
 


- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium         bmahe@w3.org, bmahe@sophia.inria.fr 
Architecture domain - Jigsaw Team               tel : 04 93 65 79 89
---------------------------------------------------------------------

Received on Monday, 13 October 1997 12:02:18 UTC