Dear all,
Using $REMOTE_ADDR will get the remote IP.
If the remote IP using proxy server, than the $REMOTE_ADDR will be show the proxy IP.
Can I see the computer remote IP inside that proxy sever with PHP script?
the case :
computer a [192.168.0.51] -> proxy server [201.32.25.107]
If using $REMOTE_ADDR, the output will be 201.32.25.107, can I see the 192.168.0.51 address using a function at PHP rather than using $REMOTE_ADDR?
Thank you in advance.
Using $REMOTE_ADDR will get the remote IP.
If the remote IP using proxy server, than the $REMOTE_ADDR will be show the proxy IP.
Can I see the computer remote IP inside that proxy sever with PHP script?
the case :
computer a [192.168.0.51] -> proxy server [201.32.25.107]
If using $REMOTE_ADDR, the output will be 201.32.25.107, can I see the 192.168.0.51 address using a function at PHP rather than using $REMOTE_ADDR?
Thank you in advance.