Skip to main content
December 6, 2017
Question

Want to parse XML but need to login?

  • December 6, 2017
  • 1 reply
  • 393 views

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.

This topic has been closed for replies.

1 reply

Jorma_at_Knox
Legend
December 6, 2017

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?

December 6, 2017

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.

Jorma_at_Knox
Legend
December 7, 2017

Maybe the enhanced security feature has been enabled on your account which requires you to get a new session cookie after logging in?

Improve and increase your Connect account security