Hi Marcel,

do you tried to observer the TCP/IP traffic directly?
Are the credentials available there?

best regards
   Stephan

Macel Ruff schrieb:
> Hi,
>
> I want to transfer user and password credentials:
>
> var loginName = "jack";
> var password = "1122";
> var xhr = new XMLHttpRequest();
> xhr.open("GET", link, async, loginName, password);
>
> In firebug I can see the URL send:
>
> "jack:1...@localhost"
>
> but I have found no way to access it in my restlet servlet (I have tried POST 
> and GET).
>
> How does this work?
>
> Thanks
> Marcel

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2423353

Reply via email to