how to get the true ip address when i use proxy?

F

Fayland

when i use the HTTP proxy,how can i get my true ip address if it's possible?

the code is follows:
------------
foreach ('HTTP_X_FORWARDED_FOR', 'HTTP_CLIENT_IP', 'X_CLIENT_IP',
'REMOTE_ADDR', 'HTTP_VIA') {
print "$_ => $ENV{$_}\n";
}
------------
the output(proxy is 80.59.189.28):
------------
HTTP_X_FORWARDED_FOR => 80.59.189.28
HTTP_CLIENT_IP => 80.59.189.28
X_CLIENT_IP =>
REMOTE_ADDR => 80.58.3.235
HTTP_VIA => HTTP/1.0 proxy[AC1E0B46] (Traffic-Server/5.5.1-59096 [uSc ])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top