40 isset(
$c[
'ilIliasIniFile'])
41 && (bool)
$c->iliasIni()->readVariable(
'https',
'auto_https_detect_enabled')
43 $header = (string)
$c->iliasIni()->readVariable(
'https',
'auto_https_detect_header_name');
44 $value = (string)
$c->iliasIni()->readVariable(
'https',
'auto_https_detect_header_value');
45 $header = $header ===
'' ?
null : $header;
46 $value = $value ===
'' ?
null : $value;
56 $container[
'http.response_sender_strategy'] =
static fn(
64 $container[
'http.security'] =
static function (
$c):
void {
Customizing of pimple-DIC for ILIAS.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class DefaultResponseSenderStrategy.
init(Container $container)
Responsible for loading the HTTP Service into the dependency injection container of ILIAS...