19 declare(strict_types=1);
28 if (strtoupper(
$_SERVER[
'REQUEST_METHOD']) ==
'POST') {
30 $data = $orig->getArrayCopy();
31 } elseif (strtoupper(
$_SERVER[
'REQUEST_METHOD']) ==
'GET') {
33 $data = $orig->getArrayCopy();
37 if (isset(
$_GET[
'client_id'])) {
38 unset(
$_GET[
'client_id']);
41 header(
$_SERVER[
"SERVER_PROTOCOL"] .
" 405 Method Not Allowed",
true, 405);
52 $DIC->http()->saveResponse(
53 $DIC->http()->response()
57 $DIC->http()->sendResponse();
58 $DIC->http()->close();
59 }
catch (\
ILIAS\
HTTP\Response\Sender\ResponseSendingException
$e) {
60 $DIC->http()->close();
68 if (count(
$mh) == 2) {
82 $DIC->http()->saveResponse(
83 $DIC->http()->response()
85 ->withAddedHeader(
'Location',
$url)
88 $DIC->http()->sendResponse();
89 $DIC->http()->close();
90 }
catch (\
ILIAS\
HTTP\Response\Sender\ResponseSendingException
$e) {
91 $DIC->http()->close();
if(empty($ltiMessageHint)) $mh
Interface Observer Contains several chained tasks and infos about them.
static initILIAS()
ilias initialisation
static set(string $a_var, $a_val)
Set a value.