By bigheadfish on
Some XML-RPC server requires a valid credential before providing information. How can I use Drupal's xmlrpc function to set credential?
Thank you,
Some XML-RPC server requires a valid credential before providing information. How can I use Drupal's xmlrpc function to set credential?
Thank you,
Comments
http://drupal.org/node/289554
http://drupal.org/node/289554
Ray Smith
http://RaymondSmith.com
Ray Smith
http://RaymondSmith.com
Thanks
But it is not what I need.
I need to login to a remote xml-rpc server before getting any information.
I am trying something like xmlrpc('http://username:password@xml-rpc-server/path', method)
But I have not gone through yet.