I am using a load balancer in front of my web server and wanted to get the real user's IP instead of the one coming from the load balancer. Thus I found that using HTTP_X_FORWARDED_FOR would do the trick. However, I'm not an expert when it comes to networking and can't figure out why the IP address is in two parts? The one's I've been logging from the HTTP_X_FORWARDED_FOR all have the following format:
xxx.xxx.xxx.xxx, xxx.xx.
For example,
66.249.75.48, 173.24.
I'm sure this is something rather basic, but it's not in my field generally so I had to turn to you guys for some clarification. Thanks in advance!