GWT RPC works fine with Digest, and should work fine with Basic.  Make
sure your service entrypoint url is included as a secure resource in
web.xml.

On Sep 16, 8:30 am, Jerome Velociter <[EMAIL PROTECTED]>
wrote:
> Hello everybody,
>
> I am wondering if there is any special configuration, anything special
> to do to have GWT RPC requests work properly with HTTP basic
> authentication. We have an application configured to work with basic
> auth, everything works fine but the GWT async requests : those last
> ones do not have the "Authorization" HTTP header set as it would be
> expected. As I understand, normally it should work seamlessly with any
> XmlHttpRequest, thus my question.
> Note that other AJAX requests, for example ones forged with the
> prototype.js framework, work just fine in the application : they have
> the Authorization header set properly.
> We tested this both with FF3 and IE6.
>
> Thanks for any help,
> Jerome Velociter.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to