Hi there! Is it possible to intercept the basic auth login that pops up on a browser? My problem is that I have a basic auth set on server side for all my services (RPC and REST).
When I try to invoke a service and the user is not authenticated, before I get the chance (the async callback gets called), the window pops up. What I would like (I know i could do this using either form, or spring security for instance) is to intercept the return from the server that asks for the authorization credentials, and then provide my credentials on the requestbuilder by setting username/password. Is this possible? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
