I designing site. I made proxy in my web server.
When Client request for my website.Then I redirect the request to proxy and then target site.
Which ip address the request will send to target website ( the proxy / client ip address).
Please help me.
I designing site. I made proxy in my web server. When Client request for
Share
The source IP in the TCP connection will be, of course, the proxy’s. If you want to know which IPs were used by the client and interim proxies, you should be able to find it in the header
X-Forwarded-For(client IP) andViaheaders (list of interim proxies).