Hi all,
I'm part way through developing a script to scrape a course and find all instances where we use a specific API (Echo360 for those interested). For _reasons_ I need to then load that LTI so I can the final redirected URL where it lands. It's not sufficient to grab the URL from the Canvas page, I need it to fully load.
Is there any way to do that using the API to authenticate? Currently I just get a login page when I try to load the page via my Python script. Can I make a request to Canvas via the API that would return the fully loaded page, authenticated by my token (or as a specific user?)
Any help would be appreciated.
Cheers,
Jacob.