[Chameleon-dev] [Bug 1518] Chameleon does not work when forwarding
from a host
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Wed Jul 5 13:35:11 EDT 2006
http://bugzilla.maptools.org/show_bug.cgi?id=1518
------- Additional Comments From bartvde at xs4all.nl 2006-07-05 13:35 -------
At this site it indeed says that in the case of multiple chaining proxies, it
can be a comma separated list with the first one being the originating host
(although this is not PHP but it should be a generic issue I guess):
http://www.nitroproject.org/rdoc/nitro/classes/Nitro/Request.html
The remote IP address. REMOTE_ADDR is the standard but will fail if the user is
behind a proxy. HTTP_CLIENT_IP and/or HTTP_X_FORWARDED_FOR are set by proxies so
check for these before falling back to REMOTE_ADDR. HTTP_X_FORWARDED_FOR may be
a comma-delimited list in the case of multiple chained proxies; the first is the
originating IP.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list