[wp-trac] Re: [WordPress Trac] #4579: IPv6 IPs
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 26 10:30:06 GMT 2008
#4579: IPv6 IPs
------------------------------------------------+---------------------------
Reporter: xiand0 | Owner: westi
Type: defect | Status: closed
Priority: low | Milestone: 2.5
Component: General | Version:
Severity: minor | Resolution: fixed
Keywords: has-patch ipv6 tested dev-feedback |
------------------------------------------------+---------------------------
Comment (by ruckus):
When a request is proxied, the IP addresses are collected in the HTTP
header X-Forwarded-For. That is a comma separated list.
The REMOTE_ADDR comes from the web server and records the address (IP or
other protocol) of the remote end of the connection to the server. It is
always a single address. Its definition comes from the CGI environment
spec: http://hoohoo.ncsa.uiuc.edu/cgi/env.html
Can you show an example of web server software or other circumstances when
REMOTE_ADDR has a comma separated list of addresses?
--
Ticket URL: <http://trac.wordpress.org/ticket/4579#comment:27>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list