"Page Error" displayed from ContentItemSelectionRequest return post
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018
10:55 AM
I've been working to get a ContentItemSelectionRequest working in Canvas. IT works fine with Moodle and in the IMS LTI Tool Consumer emulator . However, when I post the response the to content_item_return_url Canvas displays, the error below.
In Chrome developer tools I see , is there anyway to get a more detailed response from Canvas so I can resolve this issue?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018
02:29 PM
Ok, after playing with this more, we've discovered that Canvas was crapping out when our returned urls were for 127:0.0.1:<a port> , when we ran the code with a real publically accessible DNS it seems to work.