I am trying to understand how to authorize to the OpenNebula XML-RPC API. I have read the docs, and from them tried two different things. First, I did HTTP basic authentication with an admin username and password. This gave me an HTTP 401 unauthorized error. Next I tried passing the username and password as a parameter to the API in the form username:password, but I still got the 401 error. How is authentication supposed to work?
_______________________________________________ Dev mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/dev-opennebula.org
