From cfa814699fb13c02d4e96bbe37e5d7d2863e3974 Mon Sep 17 00:00:00 2001 From: meuhland Date: Tue, 24 Apr 2018 11:31:26 -0400 Subject: [PATCH] Fixed form.php to send to the LTI Provider using POST arguments instead of querystring as specified into the IMS/LTI spec --- plugin/ims_lti/form.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/plugin/ims_lti/form.php b/plugin/ims_lti/form.php index 1474a6327b..db43e2267a 100644 --- a/plugin/ims_lti/form.php +++ b/plugin/ims_lti/form.php @@ -83,8 +83,14 @@ $result = $oauth->sign(array( title -
- + + $values) //Dump parameters + { + echo(""); + } + ?> +