RE: Developing Proxy Server with Restlet - Authentication and Encryption

2009-03-07 Thread Jerome Louvel
Hi Christian, Even though, the Restlet API was not initially designed to develop true HTTP proxies, it should be easy to extent it to support this use case. There is an existing RFE that provides more information: Support HTTP proxies and gateways

Re: Developing Proxy Server with Restlet - Authentication and Encryption

2009-03-07 Thread Christian Haintz
Hi Jerome, On Mar 7, 2009, at 12:45 PM, Jerome Louvel wrote: Now, the default Guard doesn't leverage (yet) those new properties. This could be achieved by adding a proxy boolean property to Guard to indicate in which mode it should operate. Would that work for you? Wow, that's great.