In my company we have a DMZ network. We need the IP of the client is "trafficked" in the network. We know that customer access was directly in web servers, we could get the REMOTE_ADDR of the client by IP, but as we have the DMZ and loadbalance, arriving in the IP application servers are the IP's of loadbalance. Can anyone help me and tell me what we could do for the customer's IP network to be trafficked? I read about the "x_forwarded_for", but IIS does not support this parameter. What we could do to get client IP? Is there any possibility of sending the x_forwarded_for for variable REMOTE_ADDR?
Many thanks to anyone who can help us.
↧