Leuchtfeuer / locate

The users country and preferred language and other facts will be detected. Depending on configurable rules the user can be redirected to other languages or pages. New functionality can be added easily.
https://www.Leuchtfeuer.com
GNU General Public License v2.0
9 stars 14 forks source link

LocateUtility::getNumericIp() #51

Closed timwehrmann closed 5 months ago

timwehrmann commented 10 months ago

Trusting on 'REMOTE_ADDR' is in (reverse) proxy setups not good enough. 'HTTP_CLIENT_IP' and 'HTTP_X_FORWARDED_FOR' should be taken into account here as well.