CodeIgniter Forums
XML-RPC Server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: XML-RPC Server (/showthread.php?tid=32438)



XML-RPC Server - El Forum - 07-23-2010

[eluser]excitedcroc[/eluser]
Hi,

Is there any way to add secure authentication to the standard codeigniter XML-RPC implementation?

Something like nu_soap's ...
Code:
addCredentials( $user, $pass )
... function ?

Just want to get user and password sent accross with my requests in a secure way that can be unpicked at the other end.. Perhaps in a header ?

Any ideas, cant see any way in the documentation...

Many thanks

Chris