Console version : console.html
APIdaze will check your API key and fetch the corresponding External
Script URL. A userKeys
property is passed to the External
Script URL, which in return is expected to send and XML block to validate
the user identity.
Sample userKeys
JavaScript property :
{ command: "auth", userid: "john" }
Expected XML from External Script :
<document> <variables> <userid>john</userid> </variables> </document>