0

I hosted a sample ASP page in IIS server IP: 10.1.1.102 and forward proxy server ip as 10.1.1.106, when i try try to access the page through proxy from any other machine(eg:192.168.31.100), in IIS advanced logs i'm getting proxy machine IP (10.1.1.106) instead of real client IP(192.168.31.100)

Savio Mathew
  • 101
  • 1
  • It should be possible, what proxy are you using? – Drifter104 Mar 03 '16 at 09:50
  • httpd as proxy server – Savio Mathew Mar 03 '16 at 09:53
  • Which version of IIS are you running? I ask because IIS can use the `X-Forwarded-For` header which contains the proxied/client address, _i.e._ requesting client's IP address, and which Apache `mod_proxy` _should_ be sending, but the exact instructions for doing so depend on the IIS version. – Castaglia Mar 27 '16 at 02:03

0 Answers0