Hi,
I'm trying to find out how authentication is done with XML-RPC PHP. Does the
client pass the username and pwd as parameters? Naturally, this would not be
very safe.
I've seen support for HTTP Authentication mentioned in a java
implementation:
XmlRpcClient.setBasicAuthentication("myUsername", "myPassword");
Is there an equivalent of this in PHP implementaion? if not what is the
suggested way of doing this?Thanks, Berkay ________________________________________________ Sponsored by iFountain Solutions -- For information about how to subscribe and unsubscribe from this list visit http://xmlrpc.usefulinc.com/list.html
