http status code 302 - How to find IP address of redirecting server in php -


i have 2 servers , b. user accesses page on server a , server a sends redirection (302 status code) , returns. client sends request server b. want way find ip address of server request, identity of server work, $_server['http_referer'] coming blank.

ps: have control on server b not on a. if access page of server directly (which sending redirect server b) getting blank referer @ server b.

thanks in advance

you cannot ip of referrer (i.e. server initiated redirect server).


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -