Hi,
I am having a small problem with a script that has to be requested via
https.
When I execute this normally I get my IP address printed on the
screen:
<?php
echo getenv('REMOTE_ ADDR');
?>
However the same script executed over https gives me a completetly
different address.
How to I read the clients IP address via https?
Thanks for any advice.
I am having a small problem with a script that has to be requested via
https.
When I execute this normally I get my IP address printed on the
screen:
<?php
echo getenv('REMOTE_ ADDR');
?>
However the same script executed over https gives me a completetly
different address.
How to I read the clients IP address via https?
Thanks for any advice.
Comment