That is an HTTP header, right? If you are making data requests from a dataset , you would set the header via
yourdataset.setHeader(key, value) On Mon, Jan 11, 2010 at 3:45 PM, Omar Belkhodja <[email protected]>wrote: > Hello, > > I'm trying to make an XMLRPC call to a server that required HTTP > authentication. Authentication is well working when using javascript > calls like "oXMLHttpRequest.open(bstrMethod, bstrUrl, varAsync, > bstrUser, bstrPassword);". But I can't find where to set the > User/Password params for XMLRPC. Does anyone know what to do that in > openlaszlo? > > Thanks, > Omar > -- Henry Minsky Software Architect [email protected]
