[Koha-bugs] [Bug 23068] Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 30 04:11:42 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068

--- Comment #40 from David Cook <dcook at prosentient.com.au> ---
One last note for people interested in this feature, Net::Netmask lets you
define IP addresses in a number of ways. If you wanted to trust a whole local
subnet, you could do 192.168.0.0/16, or something like that. 

(If you're using a proxy like an AWS Elastic Load Balancer, which is
dynamically assigned an IP address chosen by AWS, you could specify the subnets
for your ELBs, and then wouldn't have to worry about IP addresses changing and
keeping your koha-conf.xml up to date.)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list