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

ray_223’s picture

bigheadfish’s picture

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.