Hello, I'm helping to develop a new application using the Extend API.
We have most of our code written out, and are using the Test Suite to validate the XML.
However, we can't find information on how to create the proper 'authentication' process. The Test Suite gives you a webform where you can type in the pertinent info, but doesn't list 'how' they communicate this to the Switchvox Server.
Is this simply an HTTP request that is sent in plain-text? I would think that sending an HTTP request w/ the username/password in cleartext would be insecure. What method should we be using to authenticate so that we can send the proper 'request' using the Admin Extend API?
