Copy link to clipboard
Copied
I'm trying to write a PHP that will parse the XML data of meeting attendance, but I can't access that data without logging in. How can I use API to access and parse this data, is there a way to pass my credentials in? I'm using this service to get the XML: Adobe Connect Help | report-meeting-attendance
I've tried first doing get request to http://alu.adobeconnect.com/api/xml?action=login&login=username&password=password​ but that doesn't work.
Copy link to clipboard
Copied
What error message are you seeing when you try to login with that API call?
Does it work if you make an https call rather than http?
Are you using an Administrator login?
Copy link to clipboard
Copied
I get a code of ok when I use the login API, but then when I try the attendance one it says no access/no login. I am using an administrator account.
Copy link to clipboard
Copied
Maybe the enhanced security feature has been enabled on your account which requires you to get a new session cookie after logging in?