Hello,
So I had a post in the past when i was doing this in AS2, and no luck. Let’s hope that you guys in the AS3 forum will help out better.
So I’m doing an XML RPC call (actually several) to an API to get certain information about a player. However, before I can make these calls, I have to login to the server. There isn’t an explicit “login” method to call, since the server is using HTTP Authentication.
In the AS2 version, I used the function “setEncodedLogin()” in mattism’s XML RPC library (http://xmlrpcflash.mattism.com/). But it isn’t available in the AS3 port (http://danielmclaren.net/2007/08/03/xmlrpc-for-actionscript-30-free-library/).
So how would I be able to log in to the XML RPC server? Any XML RPC experience in this board?
TIA