Re: Anyone got experience with the XMLRPC libraries?

2007-03-07 Thread Bernard Devlin
David, I've only done some simple tests, but I can get basic authentication working like this: put revxmlrpc_createrequest() into myrequest revxmlrpc_sethost myrequest,myUsername:[EMAIL PROTECTED] revxmlrpc_setport myrequest,8080 revxmlrpc_setpath myrequest,/ revxmlrpc_setmethod

Re: Anyone got experience with the XMLRPC libraries?

2007-03-07 Thread David Bovill
Thanks Bernard - I tracked down the problem based on your advice. It is that there was an Apache redirect on the server and while without authentication the url works fine with the XMLRPC library - turn on authentication and it does not work - switching to alternate non-redirected url allows

Anyone got experience with the XMLRPC libraries?

2007-03-06 Thread David Bovill
The documentation is a bit sparse :) In particular I need to authenticate the XMLRPC call using the normal basic authentication - and I can find no way of doing it? Setting the host to: username:[EMAIL PROTECTED] does not work. I've asked before but got no reply - is anyone actually using