- Issue created by @realityloop
- Status changed to Needs review
about 1 year ago 12:56am 23 February 2024 - Status changed to Closed: works as designed
about 1 year ago 1:16pm 26 February 2024 - 🇷🇴Romania amateescu
I think this is a site-specific problem that shouldn't be resolved in this module, I would suggest using this snippet in
settings.php
instead:/** * Tell Drupal to use the True-Client-IP HTTP header. */ if (isset($_SERVER['HTTP_TRUE_CLIENT_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_TRUE_CLIENT_IP']; }
FWIW, I found that suggestion here: https://acquia.my.site.com/s/article/360055957214-How-to-configure-Drupa...