Closed dahaupt closed 3 years ago
To use the originating IP for the backend authentication process, any previous usages of GeneralUtility::getIndpEnv('REMOTE_ADDR') need to be removed as environment values are cached and can not be changed later.
GeneralUtility::getIndpEnv('REMOTE_ADDR')
Resolves: #13
To use the originating IP for the backend authentication process, any previous usages of
GeneralUtility::getIndpEnv('REMOTE_ADDR')
need to be removed as environment values are cached and can not be changed later.Resolves: #13