I use MS Windows specific:(its excerpt from Lotus Script)
Set objhttp = CreateObject("MSXML2.ServerXMLHTTP")
Set objXMLDocument = CreateObject ("Msxml2.DOMDocument.3.0")
Call objhttp.Open("POST",URL,
False,settings.api_email(0),settings.api_password(0))Things are working fine when authentication is not required in my web2py method. We use this technique often to make authenticated access to different servers. I have to investigate using wget and get back with details. David On 15 srp, 17:27, Niphlod <[email protected]> wrote: > how are you posting data to the consumer ? > > apart from auth.settings.allow_basic_login = True there's nothing I > did to enable it....and it's working (sadly not the way I'd like, but > works as intended (additional method of authentication...))

