Let’s suppose this configuration
|Server1| <----- |Server2| <----- |Client|
A client sends a request that starts a script on Server2.The script ( running on
server2) from this server 2 will download a webpage from Server1.
Is it possible to record Client’s IP on Server1, instead of Server2’s IP? In other
words, Server1 will think the request for downloading is directly from Client.
That is Server2’s IP will be “invisible” for Server1
Is this possbile?
Thanks
Joe.