S
S
sivabur2015-06-14 15:19:53
PHP
sivabur, 2015-06-14 15:19:53

If a person sits through a proxy on the site, then what will be shown in $_SERVER['REMOTE_PORT'] the port of the user's browser or the port of the proxy server?

<?php
echo $_SERVER['REMOTE_PORT'];
?>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valery Ryaboshapko, 2015-06-14
@sivabur

The port that the proxy server has opened for outgoing connection, an arbitrary number. And this is not the port to which the client connected.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question