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=2423045

Reply via email to