Kernel::WebApp::Plugin::3200ProvideLegacyEnvironmentVariables

NAME

Kernel::WebApp::Plugin::3200ProvideLegacyEnvironmentVariables – Provide legacy environment variables.

PUBLIC INTERFACE

register()

the OTRS code base still uses $ENV{REMOTE_ADDR} in a few places in the backend, therefore we currently still need to provide it in all requests.

Please note that also Kernel::System::Web::Request::new() provides some legacy CGI environment variables, which can be removed once the legacy frontends cease to exists.

Scroll to Top