Re: GWT-RESTLET: API to check the current browser instance is already "basic authencated".

2009-12-16 Thread Thierry Boileau
Hello sanjib, I may be wrong, but as far as I know, all the connection aspects related to HTTP authentication are handled by the browser. In case the credentials are wrong (even if entered on your own popup), the browser will display its own popup. However, there may be workarounds (such as gen

GWT-RESTLET: API to check the current browser instance is already "basic authencated".

2009-12-15 Thread webpost
Hello, I am using RESTLET-GWT client to talk to restlet backend using basic authentication. It's working fine. I am looking for an api in GWT-RESTLET client side to check if the current browser is already authenticated, based on the I would provide a custom-popup to the user to provide the cre