-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Using 3.4.1.
I wrote a music scheduling program for myself a while back in the 2.18 days. Originally I did everything with direct database calls. With the constant improvements to the program over the years, and the numerous changes to database schema, I decided to modify the program to use the web API instead. Along the way I developed a series of Delphi classes to simplify the process. I cannot get the interface to obey my commands. For example: here is an attempt to delete an existing log prior to rewriting it. (I decided to send this because it was significantly shorter than other operations.) Fields sent by PUT: LOGIN_NAME=user PASSWORD=xxxxxx LOG_NAME=experiment COMMAND=30 Response: <RDWebResult> <ResponseCode>403</ResponseCode> <ErrorString>Invalid User</ErrorString> </RDWebResult> Tried changing the password to make sure I was using the correct one: LOGIN_NAME=user PASSWORD=xxxxxxxxxx LOG_NAME=experiment COMMAND=30 <RDWebResult> <ResponseCode>403</ResponseCode> <ErrorString>Invalid User</ErrorString> </RDWebResult> On a whim, tried RDUSER instead: LOGIN_NAME=rduser PASSWORD=xxxxxxxxxx LOG_NAME=experiment COMMAND=30 <RDWebResult> <ResponseCode>403</ResponseCode> <ErrorString>Invalid User</ErrorString> </RDWebResult> Created an account specifically for the scheduler: LOGIN_NAME=galadriel PASSWORD=xxxxxxxxx LOG_NAME=experiment COMMAND=30 <RDWebResult> <ResponseCode>403</ResponseCode> <ErrorString>Invalid User</ErrorString> </RDWebResult> No joy. Both "user" and the new account have full permissions. What am I doing wrong? _____________________________________________________________ Signed with OpenPGP for Outlook by Encryptomatic LLC. Free for personal use. Learn more at https://www.encryptomatic.com/openpgp/ -----BEGIN PGP SIGNATURE----- Version: Encryptomatic OpenPGP Add-in for MS Outlook 2.7.5.0 iIMEAREIACsFAl+O7vskHHBhYkBzdW5nZW5pcy5jb20gPHBhYkBzdW5nZW5pcy5j b20+AAoJEFB+ZGVaOIBikI0A/1ZB1Evl0JfiUtSAiJd29e8a6hxYFyhQ5jx/n7WB 5e8sAP4xGvDR4z+eTGETgRsLFS89BgPi7F65Qu1/gKTgU7D+QQ== =TO71 -----END PGP SIGNATURE----- _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
