• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Want to parse XML but need to login?

Guest
Dec 05, 2017 Dec 05, 2017

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.

Views

320

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 05, 2017 Dec 05, 2017

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 06, 2017 Dec 06, 2017

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 06, 2017 Dec 06, 2017

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines